2016-12-08 14:20:38 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-06-05 15:47:14 -04:00
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
2019-04-17 10:21:30 -04:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:id="@+id/stickers_recycler_view"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:paddingTop="4dp"
|
|
|
|
android:clipToPadding="false"
|
|
|
|
android:clipChildren="false"/>
|