Loading packages/SystemUI/res/drawable/notif_footer_btn_background.xml +3 −1 Original line number Original line Diff line number Diff line Loading @@ -15,10 +15,12 @@ ~ limitations under the License. ~ limitations under the License. --> --> <shape xmlns:android="http://schemas.android.com/apk/res/android" <shape xmlns:android="http://schemas.android.com/apk/res/android" xmlns:androidprv="http://schemas.android.com/apk/prv/res/android" android:shape="rectangle"> android:shape="rectangle"> <solid <solid android:color="@color/notif_pill_background" android:color="?androidprv:attr/colorSurface" /> /> <corners android:radius="20dp" /> <corners android:radius="20dp" /> Loading packages/SystemUI/res/layout/status_bar_notification_footer.xml +1 −0 Original line number Original line Diff line number Diff line Loading @@ -46,6 +46,7 @@ android:layout_gravity="end" android:layout_gravity="end" android:background="@drawable/notif_footer_btn_background" android:background="@drawable/notif_footer_btn_background" android:focusable="true" android:focusable="true" android:textColor="@color/notif_pill_text" android:contentDescription="@string/accessibility_clear_all" android:contentDescription="@string/accessibility_clear_all" android:text="@string/clear_all_notifications_text" android:text="@string/clear_all_notifications_text" /> /> Loading packages/SystemUI/res/values-night/colors.xml +0 −1 Original line number Original line Diff line number Diff line Loading @@ -33,7 +33,6 @@ <!-- The color of the text inside a notification --> <!-- The color of the text inside a notification --> <color name="notification_primary_text_color">@*android:color/notification_primary_text_color_dark</color> <color name="notification_primary_text_color">@*android:color/notification_primary_text_color_dark</color> <color name="notif_pill_background">@*android:color/surface_dark</color> <color name="notif_pill_text">@android:color/system_neutral1_50</color> <color name="notif_pill_text">@android:color/system_neutral1_50</color> <color name="notification_guts_link_icon_tint">@color/GM2_grey_500</color> <color name="notification_guts_link_icon_tint">@color/GM2_grey_500</color> Loading packages/SystemUI/res/values/colors.xml +0 −1 Original line number Original line Diff line number Diff line Loading @@ -157,7 +157,6 @@ <color name="minimize_dock_shadow_end">#00000000</color> <color name="minimize_dock_shadow_end">#00000000</color> <color name="default_remote_input_background">@*android:color/notification_default_color</color> <color name="default_remote_input_background">@*android:color/notification_default_color</color> <color name="notif_pill_background">@*android:color/surface_light</color> <color name="notif_pill_text">@android:color/system_neutral1_900</color> <color name="notif_pill_text">@android:color/system_neutral1_900</color> <color name="remote_input_accent">?android:attr/colorAccent</color> <color name="remote_input_accent">?android:attr/colorAccent</color> Loading Loading
packages/SystemUI/res/drawable/notif_footer_btn_background.xml +3 −1 Original line number Original line Diff line number Diff line Loading @@ -15,10 +15,12 @@ ~ limitations under the License. ~ limitations under the License. --> --> <shape xmlns:android="http://schemas.android.com/apk/res/android" <shape xmlns:android="http://schemas.android.com/apk/res/android" xmlns:androidprv="http://schemas.android.com/apk/prv/res/android" android:shape="rectangle"> android:shape="rectangle"> <solid <solid android:color="@color/notif_pill_background" android:color="?androidprv:attr/colorSurface" /> /> <corners android:radius="20dp" /> <corners android:radius="20dp" /> Loading
packages/SystemUI/res/layout/status_bar_notification_footer.xml +1 −0 Original line number Original line Diff line number Diff line Loading @@ -46,6 +46,7 @@ android:layout_gravity="end" android:layout_gravity="end" android:background="@drawable/notif_footer_btn_background" android:background="@drawable/notif_footer_btn_background" android:focusable="true" android:focusable="true" android:textColor="@color/notif_pill_text" android:contentDescription="@string/accessibility_clear_all" android:contentDescription="@string/accessibility_clear_all" android:text="@string/clear_all_notifications_text" android:text="@string/clear_all_notifications_text" /> /> Loading
packages/SystemUI/res/values-night/colors.xml +0 −1 Original line number Original line Diff line number Diff line Loading @@ -33,7 +33,6 @@ <!-- The color of the text inside a notification --> <!-- The color of the text inside a notification --> <color name="notification_primary_text_color">@*android:color/notification_primary_text_color_dark</color> <color name="notification_primary_text_color">@*android:color/notification_primary_text_color_dark</color> <color name="notif_pill_background">@*android:color/surface_dark</color> <color name="notif_pill_text">@android:color/system_neutral1_50</color> <color name="notif_pill_text">@android:color/system_neutral1_50</color> <color name="notification_guts_link_icon_tint">@color/GM2_grey_500</color> <color name="notification_guts_link_icon_tint">@color/GM2_grey_500</color> Loading
packages/SystemUI/res/values/colors.xml +0 −1 Original line number Original line Diff line number Diff line Loading @@ -157,7 +157,6 @@ <color name="minimize_dock_shadow_end">#00000000</color> <color name="minimize_dock_shadow_end">#00000000</color> <color name="default_remote_input_background">@*android:color/notification_default_color</color> <color name="default_remote_input_background">@*android:color/notification_default_color</color> <color name="notif_pill_background">@*android:color/surface_light</color> <color name="notif_pill_text">@android:color/system_neutral1_900</color> <color name="notif_pill_text">@android:color/system_neutral1_900</color> <color name="remote_input_accent">?android:attr/colorAccent</color> <color name="remote_input_accent">?android:attr/colorAccent</color> Loading