From 25b709e793c9a04dd0b1184cb247e55b0c557534 Mon Sep 17 00:00:00 2001 From: Phillip Hsu Date: Thu, 1 Sep 2016 00:55:59 -0700 Subject: [PATCH] Moved stopwatch style to its own file --- app/src/main/res/layout-land/fragment_stopwatch.xml | 13 ++++--------- app/src/main/res/layout/fragment_stopwatch.xml | 13 ++++--------- app/src/main/res/values/styles_stopwatch.xml | 10 ++++++++++ 3 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 app/src/main/res/values/styles_stopwatch.xml diff --git a/app/src/main/res/layout-land/fragment_stopwatch.xml b/app/src/main/res/layout-land/fragment_stopwatch.xml index c3e6287..99faed9 100644 --- a/app/src/main/res/layout-land/fragment_stopwatch.xml +++ b/app/src/main/res/layout-land/fragment_stopwatch.xml @@ -20,11 +20,7 @@ android:layout_width="0dp" android:layout_height="match_parent" android:layout_weight="1" - android:background="?attr/colorPrimary" - android:gravity="center" - android:textSize="@dimen/text_size_display_3" - android:fontFamily="sans-serif-thin" - android:theme="@style/AppTheme.TextOverlay"/> + style="@style/Stopwatch"/> + style="@style/BaseSeekBar"/> \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_stopwatch.xml b/app/src/main/res/layout/fragment_stopwatch.xml index 7bdabce..9ebe172 100644 --- a/app/src/main/res/layout/fragment_stopwatch.xml +++ b/app/src/main/res/layout/fragment_stopwatch.xml @@ -15,11 +15,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:padding="@dimen/chronometer_padding" - android:background="?attr/colorPrimary" - android:gravity="center_horizontal" - android:textSize="@dimen/text_size_display_3" - android:fontFamily="sans-serif-thin" - android:theme="@style/AppTheme.TextOverlay"/> + style="@style/Stopwatch"/> + style="@style/BaseSeekBar"/> + + + + \ No newline at end of file