summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Daniel Sandler <dsandler@android.com> 2011-07-29 04:52:01 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2011-07-29 04:52:01 -0700
commit1bde86bd1b94f6cc303f03ed704b1c873a50c05e (patch)
tree2f5cf5b0a5288c0874fdd0cdb5edf0cdca719942
parentad65b46d5f6c569b588556dcf85b64d59600b175 (diff)
parent3815706c4ef772a96733bbc5d8dfeb3278fc99c3 (diff)
Merge "Correct android:dimen/status_bar_icon_size for tablets."
-rw-r--r--core/res/res/values-sw600dp/dimens.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values-sw600dp/dimens.xml b/core/res/res/values-sw600dp/dimens.xml
index 553632b4d9fa..24d5d8d19cd5 100644
--- a/core/res/res/values-sw600dp/dimens.xml
+++ b/core/res/res/values-sw600dp/dimens.xml
@@ -21,7 +21,7 @@
<!-- Height of the status bar -->
<dimen name="status_bar_height">48dip</dimen>
<!-- Width and height of a single notification icon in the status bar -->
- <dimen name="status_bar_icon_size">32dip</dimen>
+ <dimen name="status_bar_icon_size">24dip</dimen>
<!-- Size of the giant number (unread count) in the notifications -->
<dimen name="status_bar_content_number_size">48sp</dimen>