summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2014-12-25 14:35:02 +0100
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-01-02 17:55:38 +0000
commit4a6a0ccbff844f146c57fb298f4950a2e833c745 (patch)
tree61027eb36a0a50c088d10762c7f0b7ab242b2643
parentbf0c63582b45553468eeff2cb6f6da98009f8930 (diff)
downloadandroid_packages_apps_Trebuchet-4a6a0ccbff844f146c57fb298f4950a2e833c745.tar.gz
android_packages_apps_Trebuchet-4a6a0ccbff844f146c57fb298f4950a2e833c745.tar.bz2
android_packages_apps_Trebuchet-4a6a0ccbff844f146c57fb298f4950a2e833c745.zip
Shrink spacers in settings button panel.
Previously there was not enough space for the button labels in some languages (e.g. German). Change-Id: I086908c0777e996ef37b0a3a4ea919f2d1c3f4cc
-rwxr-xr-xres/layout/settings_pane.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/layout/settings_pane.xml b/res/layout/settings_pane.xml
index 43dbceda0..ed1cc8f15 100755
--- a/res/layout/settings_pane.xml
+++ b/res/layout/settings_pane.xml
@@ -37,7 +37,7 @@
<Space
android:layout_width="0dip"
android:layout_height="1dp"
- android:layout_weight="1" />
+ android:layout_weight="0.5" />
<TextView
android:id="@+id/wallpaper_button"
@@ -57,7 +57,7 @@
<Space
android:layout_width="0dip"
android:layout_height="1dp"
- android:layout_weight="1" />
+ android:layout_weight="0.5" />
<TextView
android:id="@+id/widget_button"
@@ -77,7 +77,7 @@
<Space
android:layout_width="0dip"
android:layout_height="1dp"
- android:layout_weight="1" />
+ android:layout_weight="0.5" />
<TextView
android:id="@+id/settings_button"
@@ -97,7 +97,7 @@
<Space
android:layout_width="0dip"
android:layout_height="1dp"
- android:layout_weight="1" />
+ android:layout_weight="0.5" />
</LinearLayout>
</LinearLayout>