Merge "Increase the row height of menus by 1dip." into froyo
This commit is contained in:
committed by
Android (Google) Code Review
commit
70c6bb0d3e
@@ -18,7 +18,7 @@
|
||||
android:id="@+android:id/icon_menu"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:rowHeight="65dip"
|
||||
android:rowHeight="66dip"
|
||||
android:maxItems="6"
|
||||
android:maxRows="2"
|
||||
android:maxItemsPerRow="6" />
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
android:id="@+android:id/icon_menu"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:rowHeight="65dip"
|
||||
android:rowHeight="66dip"
|
||||
android:maxItems="6"
|
||||
android:maxRows="3"
|
||||
android:maxItemsPerRow="3" />
|
||||
|
||||
Reference in New Issue
Block a user