From 089121c86dca72efba03690f388fce792844395d Mon Sep 17 00:00:00 2001 From: Phillip Hsu Date: Wed, 31 Aug 2016 17:38:09 -0700 Subject: [PATCH] Thin font weight --- app/src/main/res/layout-land/fragment_stopwatch.xml | 1 + app/src/main/res/layout/fragment_stopwatch.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/app/src/main/res/layout-land/fragment_stopwatch.xml b/app/src/main/res/layout-land/fragment_stopwatch.xml index 589af90..c3e6287 100644 --- a/app/src/main/res/layout-land/fragment_stopwatch.xml +++ b/app/src/main/res/layout-land/fragment_stopwatch.xml @@ -23,6 +23,7 @@ android:background="?attr/colorPrimary" android:gravity="center" android:textSize="@dimen/text_size_display_3" + android:fontFamily="sans-serif-thin" android:theme="@style/AppTheme.TextOverlay"/>