Use theme attribute instead of named colors
Test: visual Change-Id: I442c5338f073b99135b39b7905579ae79af4ef22 Fixes: 112644692
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -22,4 +22,4 @@
|
||||
android:layout_marginEnd="@*android:dimen/notification_content_margin_end"
|
||||
android:gravity="center_vertical"
|
||||
android:textSize="14sp"
|
||||
android:textColor="#DD000000"/>
|
||||
android:textColor="?android:attr/textColorSecondary"/>
|
||||
Reference in New Issue
Block a user