File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/com/android/systemui/statusbar/policy Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6868 <dimen name =" status_bar_icon_drawing_size" >18dip</dimen >
6969
7070 <!-- opacity at which Notification icons will be drawn in the status bar -->
71- <item type =" dimen" name =" status_bar_icon_drawing_alpha" >55 %</item >
71+ <item type =" dimen" name =" status_bar_icon_drawing_alpha" >65 %</item >
7272
7373 <!-- gap on either side of status bar notification icons -->
7474 <dimen name =" status_bar_icon_padding" >0dp</dimen >
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public class KeyButtonView extends ImageView {
4646 private static final String TAG = "StatusBar.KeyButtonView" ;
4747
4848 final float GLOW_MAX_SCALE_FACTOR = 1.8f ;
49- final float BUTTON_QUIESCENT_ALPHA = 0.6f ;
49+ final float BUTTON_QUIESCENT_ALPHA = 0.70f ;
5050
5151 long mDownTime ;
5252 int mCode ;
You can’t perform that action at this time.
0 commit comments