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

8 lines
1.4 KiB
XML
Raw Normal View History

2020-09-16 23:45:23 +00:00
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout 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" xmlns:app="http://schemas.android.com/apk/res-auto">
<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:paddingHorizontal="12.0dip" app:layout_constraintBottom_toTopOf="@id/sticker_pack_store_sheet_buy_button_container" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="parent" 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" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent">
<include layout="@layout/sticker_picker_store_buy_button" />
</FrameLayout>
</androidx.constraintlayout.widget.ConstraintLayout>