summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xres/layout/two_buttons_panel.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/two_buttons_panel.xml b/res/layout/two_buttons_panel.xml
index e2f57a0..5d76312 100755
--- a/res/layout/two_buttons_panel.xml
+++ b/res/layout/two_buttons_panel.xml
@@ -29,7 +29,7 @@
android:orientation="horizontal">
<Button
android:id="@+id/left_button"
- android:layout_width="140dip"
+ android:layout_width="120dip"
android:layout_weight="0.4"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"/>
@@ -42,7 +42,7 @@
android:layout_weight="0.2" />
<Button
android:id="@+id/right_button"
- android:layout_width="140dip"
+ android:layout_width="120dip"
android:text="@string/cancel"
android:layout_weight="0.4"
android:layout_height="wrap_content"