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

Commit cad22784 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use theme attribute instead of named colors"

parents 82318645 cfc19df7
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