discord-jadx/app/src/main/res/layout/widget_chat_list_adapter_it...

6 lines
781 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<com.discord.utilities.view.text.LinkifiedTextView android:textColor="?attr/primary_100" android:id="@+id/chat_list_item_embed_field_name" android:layout_width="match_parent" android:layout_marginTop="@dimen/embed_item_margin" style="@style/res_2131952577_uikit_textview_semibold"/>
<com.discord.utilities.view.text.LinkifiedTextView android:id="@+id/chat_list_item_embed_field_value" android:background="?attr/selectableItemBackground" android:layout_width="match_parent" android:layout_marginTop="4dp" android:lineSpacingMultiplier="1" style="@style/res_2131952561_uikit_textview"/>
</LinearLayout>