2015-06-20 18:46:04 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2021-07-06 12:43:12 +00:00
|
|
|
<com.habitrpg.android.habitica.ui.helpers.RecyclerViewEmptySupport
|
2015-07-11 18:49:09 +00:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2021-07-06 12:43:12 +00:00
|
|
|
android:id="@+id/recyclerView"
|
2015-06-20 18:46:04 +00:00
|
|
|
android:layout_width="match_parent"
|
2021-07-06 12:43:12 +00:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:scrollbarSize="3dp"
|
|
|
|
|
android:scrollbarThumbVertical="@color/scrollbarThumb"
|
|
|
|
|
android:scrollbars="vertical"
|
|
|
|
|
android:clipToPadding="false"/>
|