File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1717<selector xmlns : android =" http://schemas.android.com/apk/res/android"
1818 android : exitFadeDuration =" @android:integer/config_mediumAnimTime" >
1919
20- <item android : state_pressed =" true" android : drawable =" @android:color/holo_blue_light " />
20+ <item android : state_pressed =" true" android : drawable =" @drawable/notification_item_background_color_pressed " />
2121 <item android : state_pressed =" false" android : drawable =" @drawable/notification_item_background_color" />
2222</selector >
Original file line number Diff line number Diff line change 4141 android : layout_width =" match_parent"
4242 android : layout_height =" @dimen/notification_divider_height"
4343 android : layout_alignParentBottom =" true"
44- android : background =" @drawable/notification_item_background_color "
44+ android : background =" @drawable/status_bar_notification_row_background_color "
4545 />
4646
4747</RelativeLayout >
Original file line number Diff line number Diff line change 1919<resources >
2020 <drawable name =" notification_number_text_color" >#ffffffff</drawable >
2121 <drawable name =" notification_item_background_color" >#ff111111</drawable >
22+ <drawable name =" notification_item_background_color_pressed" >#ff257390</drawable >
2223 <drawable name =" ticker_background_color" >#ff1d1d1d</drawable >
2324 <drawable name =" status_bar_background" >#ff000000</drawable >
2425 <drawable name =" status_bar_recents_background" >#b3000000</drawable >
You can’t perform that action at this time.
0 commit comments