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