From ddd9463c205f5e4199a343022d867093d22bdd66 Mon Sep 17 00:00:00 2001 From: Michael Comella Date: Wed, 15 Jan 2020 19:02:17 -0800 Subject: [PATCH] [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/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 fb63c1fa10..e8f67597c2 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" /> - - + + - - - + + +