aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/learn_more_pref_screen.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/layout/learn_more_pref_screen.xml')
-rw-r--r--WordPress/src/main/res/layout/learn_more_pref_screen.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/WordPress/src/main/res/layout/learn_more_pref_screen.xml b/WordPress/src/main/res/layout/learn_more_pref_screen.xml
new file mode 100644
index 000000000..2f28e8a7e
--- /dev/null
+++ b/WordPress/src/main/res/layout/learn_more_pref_screen.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<FrameLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:foregroundGravity="center_horizontal"
+ android:background="@color/transparent">
+
+ <ProgressBar
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center"
+ android:indeterminate="true" />
+
+</FrameLayout>