Skip to content

Commit 428dd26

Browse files
Peter NgAndroid (Google) Code Review
authored andcommitted
Merge "Status_bar_close that works on light and dark"
2 parents 2e9a237 + 669a819 commit 428dd26

File tree

9 files changed

+3
-9
lines changed

9 files changed

+3
-9
lines changed
1.52 KB
Loading
84 Bytes
Loading
475 Bytes
Loading
78 Bytes
Loading
2.81 KB
Loading
-14 Bytes
Loading
227 Bytes
Loading

packages/SystemUI/res/layout/status_bar_expanded.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,8 @@
115115
android:layout_width="match_parent"
116116
android:layout_height="wrap_content"
117117
systemui:rowHeight="@dimen/notification_height"
118-
android:background="@color/notification_list_shadow_top"
119118
/>
120-
<ImageView
121-
android:layout_width="match_parent"
122-
android:layout_height="16dp"
123-
android:src="@drawable/notification_list_shadow"
124-
android:scaleType="fitXY"
125-
/>
119+
126120
</LinearLayout>
127121
</ScrollView>
128122

packages/SystemUI/res/values/colors.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<drawable name="status_bar_recents_background">#b3000000</drawable>
2525
<drawable name="status_bar_recents_app_thumbnail_background">#88000000</drawable>
2626
<color name="status_bar_recents_app_label_color">#ffffffff</color>
27-
<drawable name="status_bar_notification_row_background_color">#ff000000</drawable>
27+
<drawable name="status_bar_notification_row_background_color">#ff090909</drawable>
2828
<drawable name="notification_header_bg">#FF000000</drawable>
29-
<drawable name="notification_tracking_bg">#cc111315</drawable>
29+
<drawable name="notification_tracking_bg">#d8000000</drawable>
3030
<color name="notification_list_shadow_top">#80000000</color>
3131
</resources>

0 commit comments

Comments
 (0)