summaryrefslogtreecommitdiffstats
path: root/res/layout/chronometer_notif_content.xml
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-07-16 07:37:55 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-07-16 07:37:55 +0000
commit16cb23b8495ab7f6fde8bfe97f7a5847e9842c93 (patch)
tree2d9cac2f4ba77307383ce8cba99e4a911425fb97 /res/layout/chronometer_notif_content.xml
parent42853b8f9f2f72c5b521eaefdb2d3a2635a987da (diff)
parent97cd1f04948f9b91ae1507f9acd6572bdf0917e5 (diff)
downloadandroid_packages_apps_DeskClock-16cb23b8495ab7f6fde8bfe97f7a5847e9842c93.tar.gz
android_packages_apps_DeskClock-16cb23b8495ab7f6fde8bfe97f7a5847e9842c93.tar.bz2
android_packages_apps_DeskClock-16cb23b8495ab7f6fde8bfe97f7a5847e9842c93.zip
release-request-05263112-375a-4b1f-a657-a14bb2a5c5a3-for-git_oc-mr1-release-4185249 snap-temp-L63000000082739046
Change-Id: Id20c740fefed5861fd2a569583be52bf50c95d94
Diffstat (limited to 'res/layout/chronometer_notif_content.xml')
-rw-r--r--res/layout/chronometer_notif_content.xml4
1 files 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" />
<TextView
android:id="@+id/state"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:singleLine="true"
- android:textAppearance="@style/TextAppearance.AppCompat.Notification" />
+ android:textAppearance="@style/TextAppearance.Compat.Notification" />
</LinearLayout>