summaryrefslogtreecommitdiffstats
path: root/res/layout/three_button_menu_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/three_button_menu_item.xml')
-rw-r--r--res/layout/three_button_menu_item.xml17
1 files changed, 10 insertions, 7 deletions
diff --git a/res/layout/three_button_menu_item.xml b/res/layout/three_button_menu_item.xml
index 5fb2d781..1895e434 100644
--- a/res/layout/three_button_menu_item.xml
+++ b/res/layout/three_button_menu_item.xml
@@ -14,23 +14,26 @@
android:id="@+id/button_one"
android:layout_width="0dp"
android:layout_height="match_parent"
- android:layout_weight="1"
+ android:layout_weight="32"
android:background="?android:attr/listChoiceBackgroundIndicator"
- android:scaleType="center" />
+ android:scaleType="center"
+ />
<ImageButton
android:id="@+id/button_two"
android:layout_width="0dp"
android:layout_height="match_parent"
- android:layout_weight="1"
+ android:layout_weight="32"
android:background="?android:attr/listChoiceBackgroundIndicator"
- android:scaleType="center" />
+ android:scaleType="center"
+ />
<ImageButton
android:id="@+id/button_three"
android:layout_width="0dp"
android:layout_height="match_parent"
- android:layout_weight="1"
+ android:layout_weight="32"
android:background="?android:attr/listChoiceBackgroundIndicator"
- android:scaleType="center" />
-</LinearLayout> \ No newline at end of file
+ android:scaleType="center"
+ />
+</LinearLayout>