Signal-Android/app/src/main/res/layout/sticker_keyboard_page.xml

11 lines
457 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/sticker_keyboard_list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingStart="4dp"
android:paddingEnd="4dp"
android:scrollIndicators="top|bottom"
tools:ignore="UnusedAttribute" />