diff options
author | Teddy <[email protected]> | 2013-08-31 12:45:35 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2013-08-31 12:45:35 +0800 |
commit | bb24f90c879b4a0216d592dce18590d841da7289 (patch) | |
tree | cc42711a8c39d3ed905290b38385f0eb559b4aef /client/Piztor/res/layout/checkindialog.xml | |
parent | 325eea0b19a5f9cd4e54947d2ad9cb5e9d2169b3 (diff) | |
parent | 69a911d88c0e41f2aafbd6d88d53ea430890b3cd (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.xml | 20 |
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> |