From ffb2e72b97b1d066c040087dca2d2035f7e7e9b0 Mon Sep 17 00:00:00 2001 From: Michael Comella Date: Mon, 13 Jan 2020 16:25:22 -0800 Subject: [PATCH] For #7423: remove unnecessary CoordinatorLayout in fragment_home. Co-authored-by: Emma Malysz --- app/src/main/res/layout/fragment_home.xml | 234 +++++++++++----------- 1 file changed, 114 insertions(+), 120 deletions(-) diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index 72b39391b..708da5ba0 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -2,136 +2,130 @@ - + android:layout_height="match_parent" + android:background="?homeBackground" + app:layoutDescription="@xml/home_scene" + tools:context=".home.HomeFragment"> - + + + + + + + android:layout_height="wrap_content" + android:background="?bottomBarBackground" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintEnd_toEndOf="parent"> + + + + + + + - - - - - - + app:layout_constraintEnd_toStartOf="@+id/menuButton" + app:layout_constraintStart_toEndOf="@id/toolbar_wrapper" + app:layout_constraintTop_toTopOf="parent" /> - + - + - - - - - - - - - - - - +