mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 02:25:19 +00:00
10 lines
369 B
XML
10 lines
369 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
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"/>
|