blob: 755996a7d4a8e34fe0e815b7a76fe4c4788ae30c [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white">
<org.wordpress.android.ui.FilteredRecyclerView
android:id="@+id/filtered_recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
android:scrollbars="vertical"/>
<ProgressBar
android:id="@+id/progress_footer"
style="@style/ReaderProgressBar"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:visibility="gone"
tools:visibility="visible"/>
</RelativeLayout>