Correct android:dimen/status_bar_icon_size for tablets.

Bug: 5086130
Change-Id: I32e7ec93b87cdde20e1a250e139d2ec0b90baac2
This commit is contained in:
Daniel Sandler
2011-07-29 00:55:39 -04:00
parent 7434fe8be4
commit 3815706c4e

View File

@@ -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>