diff options
| -rw-r--r-- | core/res/res/layout-land/icon_menu_layout.xml | 2 | ||||
| -rw-r--r-- | core/res/res/layout-port/icon_menu_layout.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/layout-land/icon_menu_layout.xml b/core/res/res/layout-land/icon_menu_layout.xml index 58f7bfb..70e3e83 100644 --- a/core/res/res/layout-land/icon_menu_layout.xml +++ b/core/res/res/layout-land/icon_menu_layout.xml @@ -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" /> diff --git a/core/res/res/layout-port/icon_menu_layout.xml b/core/res/res/layout-port/icon_menu_layout.xml index c84f7d2..82082da 100644 --- a/core/res/res/layout-port/icon_menu_layout.xml +++ b/core/res/res/layout-port/icon_menu_layout.xml @@ -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" /> |
