apkfuckery/com.discord/res/layout-v17/widget_chat_list_adapter_it...

5 lines
990 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:background="?selectableItemBackground" android:paddingLeft="47.0dip" android:paddingRight="@dimen/chat_cell_horizontal_spacing_total" android:layout_width="fill_parent" android:layout_height="wrap_content" android:paddingStart="47.0dip" android:paddingEnd="@dimen/chat_cell_horizontal_spacing_total"
xmlns:android="http://schemas.android.com/apk/res/android">
<com.discord.utilities.view.text.LinkifiedTextView android:textSize="13.75sp" android:textColor="?theme_chat_text" android:textColorLink="@color/link_500" android:gravity="center_vertical" android:id="@id/chat_list_adapter_item_text" android:layout_width="fill_parent" android:layout_marginLeft="@dimen/chat_cell_horizontal_spacing_total" android:layout_marginBottom="2.0dip" android:minHeight="19.0dip" android:lineSpacingMultiplier="1.1" android:layout_marginStart="@dimen/chat_cell_horizontal_spacing_total" style="@style/UiKit.TextView" />
</RelativeLayout>