diff options
author | sjtufs <[email protected]> | 2013-09-01 17:42:14 +0800 |
---|---|---|
committer | sjtufs <[email protected]> | 2013-09-01 17:42:14 +0800 |
commit | 2f6cb801f2374fd6ded925fb1438d6ce72837d81 (patch) | |
tree | 1b39aeeb7595b1348ef22fa19e4230f053d2c977 /client/Piztor/res | |
parent | e7022e78a79f04b62d9ec788428b04a01420bb66 (diff) |
beta version released
Diffstat (limited to 'client/Piztor/res')
-rw-r--r-- | client/Piztor/res/layout/subscribe_settings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/Piztor/res/layout/subscribe_settings.xml b/client/Piztor/res/layout/subscribe_settings.xml index 1bfd975..a90837c 100644 --- a/client/Piztor/res/layout/subscribe_settings.xml +++ b/client/Piztor/res/layout/subscribe_settings.xml @@ -19,7 +19,7 @@ android:gravity="center" android:orientation="horizontal"> <EditText - android:layout_width="120dip" + android:layout_width="80dip" android:layout_height="wrap_content" android:layout_alignParentLeft="true" android:layout_marginLeft="10dip" @@ -28,7 +28,7 @@ android:phoneNumber="true" android:id="@+id/subscribe_company"/> <EditText - android:layout_width="120dip" + android:layout_width="80dip" android:layout_height="wrap_content" android:layout_marginLeft="10dip" android:layout_toRightOf="@+id/subscribe_company" |