diff options
| author | 2011-07-29 04:52:01 -0700 | |
|---|---|---|
| committer | 2011-07-29 04:52:01 -0700 | |
| commit | 1bde86bd1b94f6cc303f03ed704b1c873a50c05e (patch) | |
| tree | 2f5cf5b0a5288c0874fdd0cdb5edf0cdca719942 | |
| parent | ad65b46d5f6c569b588556dcf85b64d59600b175 (diff) | |
| parent | 3815706c4ef772a96733bbc5d8dfeb3278fc99c3 (diff) | |
Merge "Correct android:dimen/status_bar_icon_size for tablets."
| -rw-r--r-- | core/res/res/values-sw600dp/dimens.xml | 2 |
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> |