summaryrefslogtreecommitdiff
path: root/res/layout/login.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/login.xml')
-rw-r--r--res/layout/login.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/layout/login.xml b/res/layout/login.xml
new file mode 100644
index 00000000..73fa1869
--- /dev/null
+++ b/res/layout/login.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:orientation='horizontal'
+ android:gravity="center"
+ android:layout_height="fill_parent">
+ <ProgressBar android:layout_height="wrap_content" android:layout_width="wrap_content" style="?android:attr/progressBarStyleLarge" android:id="@+id/login_progress"></ProgressBar>
+ <TextView android:id="@+id/login_status_text" android:layout_height="wrap_content" android:layout_width="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" android:text=""></TextView>
+
+
+
+</LinearLayout>