Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff988dc8 authored by Jay Aliomer's avatar Jay Aliomer
Browse files

Manage/Clear all pill color

Test: visual
Fixes: b/185375490
Change-Id: Ie97c021db88842b7e7144d25bec9fc90e0b50b4c
parent 235c1623
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -15,10 +15,12 @@
  ~ limitations under the License.
  -->


<shape xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
    android:shape="rectangle">
    <solid
        android:color="@color/notif_pill_background"
        android:color="?androidprv:attr/colorSurface"
        />
    <corners android:radius="20dp" />

+1 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@
            android:layout_gravity="end"
            android:background="@drawable/notif_footer_btn_background"
            android:focusable="true"
            android:textColor="@color/notif_pill_text"
            android:contentDescription="@string/accessibility_clear_all"
            android:text="@string/clear_all_notifications_text"
        />
+0 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@
    <!-- The color of the text inside a notification -->
    <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="notification_guts_link_icon_tint">@color/GM2_grey_500</color>
+0 −1
Original line number Diff line number Diff line
@@ -157,7 +157,6 @@
    <color name="minimize_dock_shadow_end">#00000000</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="remote_input_accent">?android:attr/colorAccent</color>