diff options
author | sjtufs <[email protected]> | 2013-08-31 10:16:54 +0800 |
---|---|---|
committer | sjtufs <[email protected]> | 2013-08-31 10:16:54 +0800 |
commit | 69a911d88c0e41f2aafbd6d88d53ea430890b3cd (patch) | |
tree | 338b2978d8d74ebb3eb47907fdd03c46cb385780 /client/Piztor/res/layout/activity_settings.xml | |
parent | da9358f654ffd5bc5598d61853982631c9bdbd99 (diff) |
add subscribe settings page
Diffstat (limited to 'client/Piztor/res/layout/activity_settings.xml')
-rw-r--r-- | client/Piztor/res/layout/activity_settings.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/client/Piztor/res/layout/activity_settings.xml b/client/Piztor/res/layout/activity_settings.xml index 3bd6fef..49e8dfe 100644 --- a/client/Piztor/res/layout/activity_settings.xml +++ b/client/Piztor/res/layout/activity_settings.xml @@ -98,26 +98,6 @@ android:layout_marginLeft="20dip" android:layout_marginRight="20dip" android:orientation="horizontal"> - <TextView - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:background="#4D4D4D" - android:textColor="#FFFFFF" - android:textSize="25dip" - android:text="company" - android:id="@+id/settings_subscribe_company" - /> - <TextView - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:background="#4D4D4D" - android:textColor="#FFFFFF" - android:textSize="25dip" - android:layout_marginLeft="20dip" - android:text="section" - android:id="@+id/settings_subscribe_section" - /> - <Button android:id="@+id/settings_btn_subscribe" android:layout_width="wrap_content" |