apkfuckery/com.discord/res/layout-v22/widget_sticker_pack_store_s...

8 lines
1.0 KiB
XML
Raw Normal View History

2020-09-16 23:45:23 +00:00
<?xml version="1.0" encoding="utf-8"?>
2020-10-19 23:59:54 +00:00
<RelativeLayout android:id="@id/sticker_pack_store_sheet_container" android:background="?colorBackgroundSecondary" style="@style/UiKit.ViewGroup.Page"
xmlns:android="http://schemas.android.com/apk/res/android">
<androidx.recyclerview.widget.RecyclerView android:id="@id/sticker_pack_store_sheet_recycler" android:background="?colorBackgroundPrimary" android:paddingLeft="12.0dip" android:paddingTop="4.0dip" android:paddingRight="12.0dip" android:clipToPadding="false" android:layout_height="fill_parent" android:layout_above="@id/sticker_pack_store_sheet_buy_button_container" android:paddingHorizontal="12.0dip" style="@style/UiKit.ViewGroup.RecyclerView" />
<FrameLayout android:id="@id/sticker_pack_store_sheet_buy_button_container" android:background="?colorBackgroundSecondary" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true">
2020-09-16 23:45:23 +00:00
<include layout="@layout/sticker_picker_store_buy_button" />
</FrameLayout>
2020-10-19 23:59:54 +00:00
</RelativeLayout>