discord-jadx/app/src/main/res/layout/widget_chat_list_adapter_item_embed_field.xml
Juby210 02b39b5eaf
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:50:52 +02:00

5 lines
736 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/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/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/UiKit_TextView"/>
</LinearLayout>