Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 342a3800 authored by Daniel Sandler's avatar Daniel Sandler Committed by Android Git Automerger
Browse files

am 70c6bb0d: Merge "Increase the row height of menus by 1dip." into froyo

Merge commit '70c6bb0d' into froyo-plus-aosp

* commit '70c6bb0d':
  Increase the row height of menus by 1dip.
parents f7ebcfec 70c6bb0d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" />
+1 −1
Original line number Diff line number Diff line
@@ -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" />