From 8ce4018d40949098dcdc655a912850ff0f906040 Mon Sep 17 00:00:00 2001 From: Phillip Hsu Date: Wed, 28 Sep 2016 18:12:58 -0700 Subject: [PATCH] Add Space to stopwatch side buttons layout --- app/src/main/res/layout-land/fragment_stopwatch.xml | 5 ++++- app/src/main/res/layout/fragment_stopwatch.xml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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"> + +