summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values-sw600dp-port
diff options
context:
space:
mode:
authorAndrew Flynn <flynn@google.com>2012-03-07 15:48:51 -0800
committerAndrew Flynn <flynn@google.com>2012-03-08 15:56:10 -0800
commit1d9af30b74a8c64aefa20fa0e31561d51c37e0f5 (patch)
tree6fa9a50ae8b57a6f1dbd23abaa1a745df6d7cea8 /packages/SystemUI/res/values-sw600dp-port
parentce8697f8d5368aa617b853fdabb6d7fb980bc5ce (diff)
downloadframeworks_base-1d9af30b74a8c64aefa20fa0e31561d51c37e0f5.zip
frameworks_base-1d9af30b74a8c64aefa20fa0e31561d51c37e0f5.tar.gz
frameworks_base-1d9af30b74a8c64aefa20fa0e31561d51c37e0f5.tar.bz2
Use a different width for nav icons in sw600dp-port.
Change-Id: I6c4024e9f60e14c072d7c01f29fabc89fc51dfb8
Diffstat (limited to 'packages/SystemUI/res/values-sw600dp-port')
-rw-r--r--packages/SystemUI/res/values-sw600dp-port/dimens.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values-sw600dp-port/dimens.xml b/packages/SystemUI/res/values-sw600dp-port/dimens.xml
index b8a6cfe..39eade6 100644
--- a/packages/SystemUI/res/values-sw600dp-port/dimens.xml
+++ b/packages/SystemUI/res/values-sw600dp-port/dimens.xml
@@ -18,5 +18,11 @@
<resources>
<!-- gap on either side of status bar notification icons -->
<dimen name="status_bar_icon_padding">0dp</dimen>
+
+ <!-- The width of the view containing non-menu status bar icons -->
+ <dimen name="navigation_key_width">70dip</dimen>
+
+ <!-- The width of the view containing the menu status bar icon -->
+ <dimen name="navigation_menu_key_width">40dip</dimen>
</resources>