summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-09-08 14:23:44 +0400
committerAndrew Dolgov <[email protected]>2011-09-08 14:23:44 +0400
commita04f7480142a787e22fb4e152aae566bf0c43f29 (patch)
tree7327b71472b5af2a2228529acb94908497c67d74 /res/layout
parentbc06293a39687794b607e5231aa53f2881957ed7 (diff)
implement login
Diffstat (limited to 'res/layout')
-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>