summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@google.com>2010-12-14 12:14:53 -0500
committerDaniel Sandler <dsandler@google.com>2010-12-15 20:53:32 -0500
commit0ad460b087abbd4b523a2e61ff27b0bf6fb5be92 (patch)
tree5e63e34a16d52d0d59618f80c0e32584437b917d /core/res
parentb146b1214ef6e4fc75d98779b22434335764cfdb (diff)
downloadframeworks_base-0ad460b087abbd4b523a2e61ff27b0bf6fb5be92.zip
frameworks_base-0ad460b087abbd4b523a2e61ff27b0bf6fb5be92.tar.gz
frameworks_base-0ad460b087abbd4b523a2e61ff27b0bf6fb5be92.tar.bz2
Look again; the system bar is now diamonds.
Lights Out 3.0 (bug 3241144) - new artwork - new transition animations - new interaction (tap anywhere to dismiss & interact) - much simpler overall design and implementation Layout (bug 3242949) - fine-tuned spacing on navigation and notification icons - notification icon spacing compresses in portrait Shirt Pocket (bug 3203179) - disabled for now Bug: 3241144 Bug: 3242949 Bug: 3203179 Change-Id: I6e9b7f9ebe07317d07609f11d5f03f22269bc7bb
Diffstat (limited to 'core/res')
-rw-r--r--core/res/res/values-xlarge/dimens.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/res/res/values-xlarge/dimens.xml b/core/res/res/values-xlarge/dimens.xml
index 8f590b7..7353f16 100644
--- a/core/res/res/values-xlarge/dimens.xml
+++ b/core/res/res/values-xlarge/dimens.xml
@@ -18,9 +18,10 @@
*/
-->
<resources>
- <dimen name="status_bar_height">48dip</dimen>
<!-- Height of the status bar -->
- <dimen name="status_bar_icon_size">48dip</dimen>
+ <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>
<!-- Size of the giant number (unread count) in the notifications -->
<dimen name="status_bar_content_number_size">48sp</dimen>