summaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorJustin Ho <justinho@google.com>2011-10-26 14:37:43 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-10-26 14:37:43 -0700
commit650c052aa38447c363163126afffb16f314bbb11 (patch)
tree250a878493678d406f4a46578fee03259e7ff42d /packages
parente2afc5bd243e60bdc168ca30284607230fe646f8 (diff)
parent4c02afa74687026559e12ddfb8f38fdf6a9d6921 (diff)
downloadframeworks_base-650c052aa38447c363163126afffb16f314bbb11.zip
frameworks_base-650c052aa38447c363163126afffb16f314bbb11.tar.gz
frameworks_base-650c052aa38447c363163126afffb16f314bbb11.tar.bz2
Merge "Notification icons increased opaqueness by 10%" into ics-mr0
Diffstat (limited to 'packages')
-rw-r--r--packages/SystemUI/res/values/dimens.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/dimens.xml b/packages/SystemUI/res/values/dimens.xml
index 55b722b..79fcec0 100644
--- a/packages/SystemUI/res/values/dimens.xml
+++ b/packages/SystemUI/res/values/dimens.xml
@@ -57,7 +57,7 @@
<dimen name="status_bar_icon_drawing_size">18dip</dimen>
<!-- opacity at which Notification icons will be drawn in the status bar -->
- <item type="dimen" name="status_bar_icon_drawing_alpha">40%</item>
+ <item type="dimen" name="status_bar_icon_drawing_alpha">50%</item>
<!-- gap on either side of status bar notification icons -->
<dimen name="status_bar_icon_padding">0dp</dimen>