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

4 lines
552 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="@dimen/uikit_guideline_chat" android:layout_marginEnd="@dimen/chat_cell_horizontal_spacing_total" style="@style/UiKit_Chat_Embed_CardView">
<com.discord.views.sticker.StickerView android:id="@+id/chat_list_adapter_item_sticker" android:layout_width="@dimen/sticker_length" android:layout_height="@dimen/sticker_length"/>
</FrameLayout>