summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2015-09-10 00:53:14 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-09-10 00:53:14 +0000
commit5b40e2253e82d46838c88e6c52dee276a781d593 (patch)
tree18228a345ddaf74457db1c375f4737ddce1ff40c /core
parent5d0e02b64e5b860e989268d1e7fd882e5fd47919 (diff)
parentc263a086637f0a140302bb5e686bbce4e0a6fb18 (diff)
downloadframeworks_base-5b40e2253e82d46838c88e6c52dee276a781d593.zip
frameworks_base-5b40e2253e82d46838c88e6c52dee276a781d593.tar.gz
frameworks_base-5b40e2253e82d46838c88e6c52dee276a781d593.tar.bz2
Merge "Make the vertical navbar 48dp like the horizontal one." into mnc-dr-dev
Diffstat (limited to 'core')
-rw-r--r--core/res/res/values/dimens.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/dimens.xml b/core/res/res/values/dimens.xml
index 09c1e6f..8635a4f 100644
--- a/core/res/res/values/dimens.xml
+++ b/core/res/res/values/dimens.xml
@@ -37,7 +37,7 @@
<!-- Height of the bottom navigation bar in portrait; often the same as @dimen/navigation_bar_height -->
<dimen name="navigation_bar_height_landscape">48dp</dimen>
<!-- Width of the navigation bar when it is placed vertically on the screen -->
- <dimen name="navigation_bar_width">42dp</dimen>
+ <dimen name="navigation_bar_width">48dp</dimen>
<!-- Height of notification icons in the status bar -->
<dimen name="status_bar_icon_size">24dip</dimen>
<!-- Size of the giant number (unread count) in the notifications -->