summaryrefslogtreecommitdiff
path: root/client/Piztor/res/layout/checkindialog.xml
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-31 12:45:35 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-31 12:45:35 +0800
commitbb24f90c879b4a0216d592dce18590d841da7289 (patch)
treecc42711a8c39d3ed905290b38385f0eb559b4aef /client/Piztor/res/layout/checkindialog.xml
parent325eea0b19a5f9cd4e54947d2ad9cb5e9d2169b3 (diff)
parent69a911d88c0e41f2aafbd6d88d53ea430890b3cd (diff)
Merge branch 'master' of github.com:Determinant/piztor
Diffstat (limited to 'client/Piztor/res/layout/checkindialog.xml')
-rw-r--r--client/Piztor/res/layout/checkindialog.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/client/Piztor/res/layout/checkindialog.xml b/client/Piztor/res/layout/checkindialog.xml
new file mode 100644
index 0000000..4174deb
--- /dev/null
+++ b/client/Piztor/res/layout/checkindialog.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:orientation="vertical" >
+ <TextView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center"
+ android:gravity="center"
+ android:text="Checking in..."/>
+
+ <ProgressBar
+ android:id="@+id/checkin_progress"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center"
+ android:gravity="center" />
+
+</LinearLayout>