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 | 226 +++++++++++----------- 1 file changed, 110 insertions(+), 116 deletions(-) diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index 72b39391bf..708da5ba0a 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"> - + - + - + - + - + app:layout_constraintEnd_toStartOf="@+id/add_tab_button" + app:layout_constraintStart_toStartOf="parent"> - + android:layout_gravity="start|center_vertical" + android:clickable="false" + android:focusable="false" + android:importantForAccessibility="no" /> - + + - - - - - - + - + - + - +