Skip to content

Commit dcb4e15

Browse files
Peter NgAndroid (Google) Code Review
authored andcommitted
Merge "Do Not Merge darker notification press state and divider" into ics-mr0
2 parents 19fa262 + 453b37f commit dcb4e15

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

packages/SystemUI/res/drawable/notification_row_bg.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
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>

packages/SystemUI/res/layout/status_bar_notification_row.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
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>

packages/SystemUI/res/values/colors.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
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>

0 commit comments

Comments
 (0)