diff options
author | Chih-Chung Chang <chihchung@google.com> | 2009-04-20 16:03:36 +0800 |
---|---|---|
committer | Chih-Chung Chang <chihchung@google.com> | 2009-04-20 16:03:36 +0800 |
commit | 6258c6fa96284a719f1ed35e2ce2da1f1eadebc1 (patch) | |
tree | f92c3f560cc1a98f7e4bae7318c08dfa46ff0ad0 /res/values/styles.xml | |
parent | 02e2b0b7e9b84e3647816737774f167cf3daf7bd (diff) | |
download | LegacyCamera-6258c6fa96284a719f1ed35e2ce2da1f1eadebc1.zip LegacyCamera-6258c6fa96284a719f1ed35e2ce2da1f1eadebc1.tar.gz LegacyCamera-6258c6fa96284a719f1ed35e2ce2da1f1eadebc1.tar.bz2 |
Make sure button layout look ok in languages other than English (tested on Spanish).
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r-- | res/values/styles.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index bad65fe..bcdc034 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -48,7 +48,7 @@ <item name="android:gravity">center_horizontal</item> <item name="android:layout_width">wrap_content</item> <item name="android:layout_height">wrap_content</item> - <item name="android:layout_marginLeft">30dip</item> + <item name="android:layout_weight">1</item> <item name="android:drawablePadding">3dip</item> </style> </resources> |