Use theme overlay to get white chronometer text across both dark/light themes

This commit is contained in:
Phillip Hsu
2016-08-31 17:03:01 -07:00
parent ca8be47550
commit 2daa1a196c
3 changed files with 6 additions and 2 deletions
@@ -18,7 +18,7 @@
android:background="?attr/colorPrimary"
android:gravity="center_horizontal"
android:textSize="@dimen/text_size_display_3"
style="@style/TextAppearance.AppCompat.Inverse"/>
android:theme="@style/AppTheme.TextOverlay"/>
<include layout="@layout/fragment_recycler_view"
android:layout_width="match_parent"