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

5 lines
716 B
XML
Raw Normal View History

2019-02-04 20:05:16 +00:00
<?xml version="1.0" encoding="utf-8"?>
2019-02-04 20:17:36 +00:00
<FrameLayout android:background="?selectableItemBackground" android:paddingLeft="@dimen/uikit_guideline_chat" android:paddingRight="@dimen/chat_cell_horizontal_spacing_total" android:layout_width="fill_parent" android:layout_height="wrap_content" android:paddingStart="@dimen/uikit_guideline_chat" android:paddingEnd="@dimen/chat_cell_horizontal_spacing_total"
2019-02-04 20:05:16 +00:00
xmlns:android="http://schemas.android.com/apk/res/android">
2019-02-04 20:20:43 +00:00
<com.discord.utilities.view.text.LinkifiedTextView android:gravity="center_vertical" android:id="@id/chat_list_adapter_item_text" android:layout_width="fill_parent" android:layout_marginBottom="2.0dip" style="@style/UiKit.Chat.Text" />
2019-02-04 20:17:36 +00:00
</FrameLayout>