2019-04-17 10:21:30 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2021-05-26 10:47:14 -03:00
|
|
|
<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2019-04-17 10:21:30 -04:00
|
|
|
android:id="@+id/sticker_keyboard_list"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:paddingStart="4dp"
|
2021-05-26 10:47:14 -03:00
|
|
|
android:paddingEnd="4dp"
|
|
|
|
android:scrollIndicators="top|bottom"
|
|
|
|
tools:ignore="UnusedAttribute" />
|