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

13 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_height="wrap_content" android:inAnimation="@android:anim/fade_in" android:outAnimation="@android:anim/fade_out" style="@style/res_2131952600_uikit_viewgroup_page">
<LinearLayout android:background="?attr/colorBackgroundPrimary" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<LinearLayout android:layout_marginLeft="14dp" android:layout_marginTop="16dp" android:layout_marginRight="14dp" android:layout_marginBottom="16dp" style="@style/res_2131952594_uikit_viewgroup_linearlayout_horizontal">
<com.discord.views.sticker.StickerView android:id="@+id/unknown_sticker_sheet_sticker" android:layout_width="48dp" android:layout_height="48dp" android:layout_marginEnd="16dp"/>
<LinearLayout style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:textSize="@dimen/uikit_textsize_large" android:textColor="?attr/colorHeaderPrimary" android:id="@+id/unknown_sticker_sheet_sticker_name" android:layout_marginBottom="4dp" style="@style/res_2131952562_uikit_textview_bold"/>
<TextView android:textColor="?attr/colorHeaderSecondary" android:text="@string/sticker_popout_premium_unjoined_private_guild_description" style="@style/res_2131952561_uikit_textview"/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</LinearLayout>