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

Commit cfc19df7 authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Use theme attribute instead of named colors

Test: visual
Change-Id: I442c5338f073b99135b39b7905579ae79af4ef22
Fixes: 112644692
parent dee54a44
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
    android:orientation="vertical"
    android:clickable="true"
    android:background="@color/notification_guts_bg_color"
    android:theme="@*android:style/Theme.DeviceDefault.Light">
    android:theme="@style/Theme.SystemUI">

    <RelativeLayout
        android:id="@+id/notification_snooze"
@@ -36,7 +36,7 @@
            android:layout_alignParentStart="true"
            android:layout_centerVertical="true"
            android:paddingStart="@*android:dimen/notification_content_margin_start"
            android:textColor="@color/notification_primary_text_color"
            android:textColor="?android:attr/textColorPrimary"
            android:paddingEnd="4dp"/>

        <ImageView
+1 −1
Original line number Diff line number Diff line
@@ -22,4 +22,4 @@
        android:layout_marginEnd="@*android:dimen/notification_content_margin_end"
        android:gravity="center_vertical"
        android:textSize="14sp"
        android:textColor="#DD000000"/>
 No newline at end of file
        android:textColor="?android:attr/textColorSecondary"/>
 No newline at end of file