summaryrefslogtreecommitdiff
path: root/core/src/main/res/layout/more_content_list_footer.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/res/layout/more_content_list_footer.xml')
-rw-r--r--core/src/main/res/layout/more_content_list_footer.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/core/src/main/res/layout/more_content_list_footer.xml b/core/src/main/res/layout/more_content_list_footer.xml
new file mode 100644
index 000000000..b9947dc33
--- /dev/null
+++ b/core/src/main/res/layout/more_content_list_footer.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/main"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:background="?attr/selectableItemBackground">
+
+ <ImageView
+ android:id="@+id/imgExpand"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center"
+ android:layout_margin="16dp"
+ android:contentDescription="@string/load_next_page_label"
+ android:src="?attr/navigation_expand" />
+
+ <ProgressBar
+ android:id="@+id/progBar"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center"
+ android:layout_margin="16dp"
+ android:indeterminateOnly="true"
+ android:visibility="gone" />
+
+</FrameLayout> \ No newline at end of file