Commit 91a557dc authored by Michael Comella's avatar Michael Comella Committed by Emma Malysz
Browse files

For #7423: remove unnecessary CoordinatorLayout in fragment_home.



Co-authored-by: default avatarEmma Malysz <emalysz@mozilla.com>
parent d7fd8e76
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -50,11 +50,18 @@
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintBottom_toTopOf="@id/bottom_bar"/>

<<<<<<< HEAD
<<<<<<< HEAD
    <View
        android:id="@+id/bottom_bar"
        android:layout_width="0dp"
        android:layout_height="56dp"
=======
    <androidx.constraintlayout.widget.ConstraintLayout
        android:id="@+id/bottom_bar"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
>>>>>>> 52d4338e... For #7423: remove unnecessary CoordinatorLayout in fragment_home.
        android:background="?bottomBarBackground"
        app:layout_constraintBottom_toBottomOf="parent"
        app:layout_constraintStart_toStartOf="parent"
@@ -125,4 +132,3 @@
            app:layout_constraintBottom_toBottomOf="parent"/>

</androidx.constraintlayout.motion.widget.MotionLayout>