diff options
author | Teddy <[email protected]> | 2013-09-02 14:35:01 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2013-09-02 14:35:01 +0800 |
commit | a0dda37816df15e226def457e41ba6abfa778d63 (patch) | |
tree | a17c944bc2ec89a64a51ce20f37dde224ef138dc /client/Piztor/res/layout/checkindialog.xml | |
parent | e2dac93affbf75bde6ae29570f7141e58cdd3e09 (diff) | |
parent | 4886fe2f439e7df2ab5451893a8915705d39b6fd (diff) |
Merge branch 'game' of github.com:Determinant/piztor into game
Diffstat (limited to 'client/Piztor/res/layout/checkindialog.xml')
-rw-r--r-- | client/Piztor/res/layout/checkindialog.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Piztor/res/layout/checkindialog.xml b/client/Piztor/res/layout/checkindialog.xml index b84404b..1c1cff7 100644 --- a/client/Piztor/res/layout/checkindialog.xml +++ b/client/Piztor/res/layout/checkindialog.xml @@ -13,7 +13,7 @@ <ProgressBar android:id="@+id/checkin_progress" - android:layout_width="wrap_content" + android:layout_width="200dip" android:layout_height="wrap_content" android:max="10000" android:layout_gravity="center" |