From fe8959fae9b0972cbc15e965f564b0a029430e79 Mon Sep 17 00:00:00 2001 From: Ian Lake Date: Tue, 11 Jul 2017 13:12:20 -0700 Subject: Update DeskClock to use Compat notif text styles TextAppearance.AppCompat.Notification styles were moved to TextAppearance.Compat.Notification. Test: manual inspection BUG: 28983951 Change-Id: I26ee3ad7f59db8fcc841fe048d2bdeccb9143fbc --- res/layout/chronometer_notif_content.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/layout/chronometer_notif_content.xml b/res/layout/chronometer_notif_content.xml index c962a0e11..e460f4442 100644 --- a/res/layout/chronometer_notif_content.xml +++ b/res/layout/chronometer_notif_content.xml @@ -26,13 +26,13 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:singleLine="true" - android:textAppearance="@style/TextAppearance.AppCompat.Notification.Title" /> + android:textAppearance="@style/TextAppearance.Compat.Notification.Title" /> + android:textAppearance="@style/TextAppearance.Compat.Notification" /> -- cgit v1.2.3