diff --git a/app/src/main/res/layout-land/fragment_stopwatch.xml b/app/src/main/res/layout-land/fragment_stopwatch.xml
index 90ab98b..18cba34 100644
--- a/app/src/main/res/layout-land/fragment_stopwatch.xml
+++ b/app/src/main/res/layout-land/fragment_stopwatch.xml
@@ -41,12 +41,15 @@
android:layout_width="match_parent"
android:layout_height="@dimen/fab_total_height"
android:layout_alignParentBottom="true"
- app:columnCount="2">
+ app:columnCount="3">
+
+
diff --git a/app/src/main/res/layout/fragment_stopwatch.xml b/app/src/main/res/layout/fragment_stopwatch.xml
index 05b994f..5ef843d 100644
--- a/app/src/main/res/layout/fragment_stopwatch.xml
+++ b/app/src/main/res/layout/fragment_stopwatch.xml
@@ -34,12 +34,15 @@
android:layout_width="match_parent"
android:layout_height="@dimen/fab_total_height"
android:layout_gravity="bottom"
- app:columnCount="2">
+ app:columnCount="3">
+
+