From 2daa1a196c519cadb16b6386a790bd7ad6ce7ac2 Mon Sep 17 00:00:00 2001 From: Phillip Hsu Date: Wed, 31 Aug 2016 17:03:01 -0700 Subject: [PATCH] Use theme overlay to get white chronometer text across both dark/light themes --- app/src/main/res/layout-land/fragment_stopwatch.xml | 2 +- app/src/main/res/layout/fragment_stopwatch.xml | 2 +- app/src/main/res/values/styles.xml | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout-land/fragment_stopwatch.xml b/app/src/main/res/layout-land/fragment_stopwatch.xml index a942981..589af90 100644 --- a/app/src/main/res/layout-land/fragment_stopwatch.xml +++ b/app/src/main/res/layout-land/fragment_stopwatch.xml @@ -23,7 +23,7 @@ android:background="?attr/colorPrimary" android:gravity="center" android:textSize="@dimen/text_size_display_3" - style="@style/TextAppearance.AppCompat.Inverse"/> + android:theme="@style/AppTheme.TextOverlay"/>