make buttons same size

This commit is contained in:
Eric House 2012-03-05 20:38:43 -08:00
parent ae81f07997
commit fb45ea639f

View file

@ -26,7 +26,7 @@
>
<Button android:id="@+id/button_rescan"
android:text="@string/bt_pick_rescan_button"
android:layout_width="wrap_content"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
/>
@ -38,7 +38,7 @@
<!-- /> -->
<Button android:id="@+id/button_clear"
android:text="@string/bt_pick_clear_button"
android:layout_width="wrap_content"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
/>