From 847056b332722da28f2476b51af9d8a7e7f61cb6 Mon Sep 17 00:00:00 2001 From: Michael Comella Date: Wed, 15 Jan 2020 19:02:17 -0800 Subject: [PATCH] Issue #7423: remove redundant bottom_bar ConstraintLayout. --- app/src/main/res/layout/fragment_home.xml | 130 ++++++++++------------ 1 file changed, 60 insertions(+), 70 deletions(-) diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index fb63c1fa1..e8f67597c 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -48,87 +48,77 @@ android:background="@color/bottom_bar_shadow" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" - app:layout_constraintBottom_toTopOf="@id/bottom_bar"/> + app:layout_constraintBottom_toTopOf="@id/bottom_bar" /> -<<<<<<< HEAD -<<<<<<< HEAD >>>>>> 52d4338e... For #7423: remove unnecessary CoordinatorLayout in fragment_home. android:background="?bottomBarBackground" app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" /> + + + app:layout_constraintTop_toTopOf="@id/bottom_bar"> - + android:clickable="false" + android:focusable="false" + android:importantForAccessibility="no" /> - + + - - - - - - + + +