summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>