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

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

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

Merge commit '342a3800' into kraken

* commit '342a3800':
  Increase the row height of menus by 1dip.
parents 6a22fb9b 342a3800
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" />