From 02fc6f2bdd50a9ec82af681b13b5bb9b68f488f9 Mon Sep 17 00:00:00 2001 From: Phillip Hsu Date: Tue, 30 Aug 2016 02:54:32 -0700 Subject: [PATCH] Replace include of fragment_recycler_view with RecyclerView child due to different padding requirements --- .../main/res/layout-land/fragment_stopwatch.xml | 14 +++++++++----- app/src/main/res/layout/fragment_stopwatch.xml | 13 +++++++++---- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/app/src/main/res/layout-land/fragment_stopwatch.xml b/app/src/main/res/layout-land/fragment_stopwatch.xml index 145490f..f10aac2 100644 --- a/app/src/main/res/layout-land/fragment_stopwatch.xml +++ b/app/src/main/res/layout-land/fragment_stopwatch.xml @@ -26,11 +26,15 @@ android:textSize="@dimen/text_size_display_3" style="@style/TextAppearance.AppCompat.Inverse"/> - + + diff --git a/app/src/main/res/layout/fragment_stopwatch.xml b/app/src/main/res/layout/fragment_stopwatch.xml index e1744e9..f4208c4 100644 --- a/app/src/main/res/layout/fragment_stopwatch.xml +++ b/app/src/main/res/layout/fragment_stopwatch.xml @@ -18,11 +18,16 @@ android:background="@color/colorPrimary" android:gravity="center_horizontal" android:textSize="@dimen/text_size_display_3" - style="@style/TextAppearance.AppCompat.Inverse" - android:layout_marginBottom="8dp"/> + style="@style/TextAppearance.AppCompat.Inverse"/> - - + +