aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/list_footer_progress.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/layout/list_footer_progress.xml')
-rw-r--r--WordPress/src/main/res/layout/list_footer_progress.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/WordPress/src/main/res/layout/list_footer_progress.xml b/WordPress/src/main/res/layout/list_footer_progress.xml
new file mode 100644
index 000000000..7167dde08
--- /dev/null
+++ b/WordPress/src/main/res/layout/list_footer_progress.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:gravity="center_horizontal"
+ android:paddingBottom="@dimen/margin_small"
+ android:paddingTop="@dimen/margin_small">
+
+ <ProgressBar
+ android:id="@+id/progressbar"
+ style="?android:attr/progressBarStyleInverse"
+ android:layout_width="28dp"
+ android:layout_height="28dp"
+ android:layout_centerVertical="true" />
+
+</RelativeLayout> \ No newline at end of file