From 0410d0b9c6bb502f8467c3f2c62183e9a74e69fc Mon Sep 17 00:00:00 2001 From: sjtufs Date: Sun, 1 Sep 2013 00:32:38 +0800 Subject: update for 0831. preparing for rc1 --- client/Piztor/res/layout/activity_login.xml | 3 ++- client/Piztor/res/layout/activity_subscribe_settings.xml | 16 ++++++++++++++++ client/Piztor/res/layout/checkindialog.xml | 4 +++- client/Piztor/res/menu/subscribe_settings.xml | 9 +++++++++ client/Piztor/res/values/strings.xml | 3 +++ 5 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 client/Piztor/res/layout/activity_subscribe_settings.xml create mode 100644 client/Piztor/res/menu/subscribe_settings.xml (limited to 'client/Piztor/res') diff --git a/client/Piztor/res/layout/activity_login.xml b/client/Piztor/res/layout/activity_login.xml index a8cf47f..232f1e7 100644 --- a/client/Piztor/res/layout/activity_login.xml +++ b/client/Piztor/res/layout/activity_login.xml @@ -39,7 +39,8 @@ android:paddingLeft="12.0dip" android:layout_width="fill_parent" android:layout_height="44.0dip" - android:hint="@string/username" android:maxLines="1" + android:hint="@string/username" + android:maxLines="1" android:maxLength="16"/> + + + + diff --git a/client/Piztor/res/layout/checkindialog.xml b/client/Piztor/res/layout/checkindialog.xml index 4174deb..d72f223 100644 --- a/client/Piztor/res/layout/checkindialog.xml +++ b/client/Piztor/res/layout/checkindialog.xml @@ -8,12 +8,14 @@ android:layout_height="wrap_content" android:layout_gravity="center" android:gravity="center" - android:text="Checking in..."/> + android:text="Checking in..." + android:id="@+id/checkin_info"/> diff --git a/client/Piztor/res/menu/subscribe_settings.xml b/client/Piztor/res/menu/subscribe_settings.xml new file mode 100644 index 0000000..c002028 --- /dev/null +++ b/client/Piztor/res/menu/subscribe_settings.xml @@ -0,0 +1,9 @@ + + + + + diff --git a/client/Piztor/res/values/strings.xml b/client/Piztor/res/values/strings.xml index a0843df..8752b0d 100644 --- a/client/Piztor/res/values/strings.xml +++ b/client/Piztor/res/values/strings.xml @@ -1,3 +1,4 @@ + Piztor @@ -25,5 +26,7 @@ My Account Subscribe information Check & Update + SubscribeSettings + SubscribeSettings -- cgit v1.2.3 From 49d2e9d74fbf95e5b287dc8e9179e8d3d977a527 Mon Sep 17 00:00:00 2001 From: sjtufs Date: Sun, 1 Sep 2013 05:57:40 +0800 Subject: stable version --- client/Piztor/res/drawable/circle_blue.png | Bin 1070 -> 3236 bytes client/Piztor/res/drawable/circle_glass.png | Bin 1173 -> 3253 bytes client/Piztor/res/drawable/circle_green.png | Bin 1079 -> 3242 bytes client/Piztor/res/drawable/circle_metal.png | Bin 894 -> 3196 bytes client/Piztor/res/drawable/circle_paper.png | Bin 965 -> 3187 bytes client/Piztor/res/drawable/circle_tan.png | Bin 916 -> 3189 bytes client/Piztor/res/drawable/circle_wood.png | Bin 1359 -> 3237 bytes client/Piztor/res/drawable/circle_yellow.png | Bin 946 -> 3186 bytes client/Piztor/res/layout/activity_login.xml | 2 +- client/Piztor/res/layout/activity_settings.xml | 15 +- client/Piztor/res/layout/activity_updateinfo.xml | 188 +++++++++++------------ client/Piztor/res/layout/checkindialog.xml | 2 +- client/Piztor/res/layout/subscribe_item.xml | 26 ++-- client/Piztor/res/layout/subscribe_settings.xml | 22 +-- client/Piztor/res/menu/update_info.xml | 9 ++ client/Piztor/res/values/strings.xml | 34 ++-- 16 files changed, 165 insertions(+), 133 deletions(-) create mode 100644 client/Piztor/res/menu/update_info.xml (limited to 'client/Piztor/res') diff --git a/client/Piztor/res/drawable/circle_blue.png b/client/Piztor/res/drawable/circle_blue.png index 09c3658..d174635 100644 Binary files a/client/Piztor/res/drawable/circle_blue.png and b/client/Piztor/res/drawable/circle_blue.png differ diff --git a/client/Piztor/res/drawable/circle_glass.png b/client/Piztor/res/drawable/circle_glass.png index 826b2b7..d5dbec4 100644 Binary files a/client/Piztor/res/drawable/circle_glass.png and b/client/Piztor/res/drawable/circle_glass.png differ diff --git a/client/Piztor/res/drawable/circle_green.png b/client/Piztor/res/drawable/circle_green.png index ded6938..3ab51d4 100644 Binary files a/client/Piztor/res/drawable/circle_green.png and b/client/Piztor/res/drawable/circle_green.png differ diff --git a/client/Piztor/res/drawable/circle_metal.png b/client/Piztor/res/drawable/circle_metal.png index d84e1ad..07c72f0 100644 Binary files a/client/Piztor/res/drawable/circle_metal.png and b/client/Piztor/res/drawable/circle_metal.png differ diff --git a/client/Piztor/res/drawable/circle_paper.png b/client/Piztor/res/drawable/circle_paper.png index 973787d..b8d7b0d 100644 Binary files a/client/Piztor/res/drawable/circle_paper.png and b/client/Piztor/res/drawable/circle_paper.png differ diff --git a/client/Piztor/res/drawable/circle_tan.png b/client/Piztor/res/drawable/circle_tan.png index 27d10ad..667cc25 100644 Binary files a/client/Piztor/res/drawable/circle_tan.png and b/client/Piztor/res/drawable/circle_tan.png differ diff --git a/client/Piztor/res/drawable/circle_wood.png b/client/Piztor/res/drawable/circle_wood.png index ea18f7a..b2752de 100644 Binary files a/client/Piztor/res/drawable/circle_wood.png and b/client/Piztor/res/drawable/circle_wood.png differ diff --git a/client/Piztor/res/drawable/circle_yellow.png b/client/Piztor/res/drawable/circle_yellow.png index 7c1dfc7..c596806 100644 Binary files a/client/Piztor/res/drawable/circle_yellow.png and b/client/Piztor/res/drawable/circle_yellow.png differ diff --git a/client/Piztor/res/layout/activity_login.xml b/client/Piztor/res/layout/activity_login.xml index 232f1e7..c408a1d 100644 --- a/client/Piztor/res/layout/activity_login.xml +++ b/client/Piztor/res/layout/activity_login.xml @@ -76,7 +76,7 @@ android:layout_marginLeft="70.0dip" android:layout_marginRight="70.0dip" android:layout_marginTop="12.0dip" - android:text="login" + android:text="@string/login" android:layout_below="@id/user_layout" /> \ No newline at end of file diff --git a/client/Piztor/res/layout/activity_settings.xml b/client/Piztor/res/layout/activity_settings.xml index 49e8dfe..e1712aa 100644 --- a/client/Piztor/res/layout/activity_settings.xml +++ b/client/Piztor/res/layout/activity_settings.xml @@ -16,14 +16,21 @@ android:layout_height="wrap_content" android:layout_marginTop="10dip" android:orientation="horizontal"> + - + @@ -17,105 +17,105 @@ android:layout_height="wrap_content" android:layout_gravity="center" android:layout_marginTop="10dip" - android:gravity="center" + android:gravity="center" android:textSize="20dip" android:textColor="#FFFFFF" - android:text="haha" - android:id="@+id/username_text" /> + android:id="@+id/username" /> + android:layout_width="fill_parent" + android:layout_height="1.0px" + android:layout_marginTop="10dip" + android:layout_marginBottom="20dip" + android:layout_marginLeft="20dip" + android:layout_marginRight="20dip" + android:background="#ffc0c3c4" /> - - - + + + - - + + - - - + + + - -