aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/res/layout/loading_indicator.xml
diff options
context:
space:
mode:
Diffstat (limited to 'androidApp/src/main/res/layout/loading_indicator.xml')
-rw-r--r--androidApp/src/main/res/layout/loading_indicator.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/androidApp/src/main/res/layout/loading_indicator.xml b/androidApp/src/main/res/layout/loading_indicator.xml
new file mode 100644
index 0000000..83b94d5
--- /dev/null
+++ b/androidApp/src/main/res/layout/loading_indicator.xml
@@ -0,0 +1,12 @@
+<?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:background="@color/background">
+
+ <ProgressBar
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center"/>
+
+</FrameLayout> \ No newline at end of file