2019-04-17 10:21:30 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
2019-06-05 15:47:14 -04:00
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
2019-04-17 10:21:30 -04:00
|
|
|
android:id="@+id/sticker_management_list"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:paddingBottom="16dp"/>
|
|
|
|
|
|
|
|
</LinearLayout>
|