habitica-android/Habitica/res/layout/fragment_recyclerview.xml
2021-07-06 14:43:12 +02:00

10 lines
446 B
XML

<?xml version="1.0" encoding="utf-8"?>
<com.habitrpg.android.habitica.ui.helpers.RecyclerViewEmptySupport
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbarSize="3dp"
android:scrollbarThumbVertical="@color/scrollbarThumb"
android:scrollbars="vertical"
android:clipToPadding="false"/>