Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77216a43 authored by Diksha Gohlyan's avatar Diksha Gohlyan Committed by Android (Google) Code Review
Browse files

Merge "Framelayout for recyclerview and appbar" into rvc-dev

parents fc7f1bb0 91b41804
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -28,15 +28,14 @@
        android:layout_width="match_parent"
        android:layout_height="match_parent">

        <androidx.coordinatorlayout.widget.CoordinatorLayout
        <FrameLayout
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:orientation="vertical">

            <FrameLayout
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                app:layout_behavior="@string/scrolling_behavior">
                android:layout_height="match_parent">

                <LinearLayout
                    android:layout_width="match_parent"
@@ -71,7 +70,7 @@

            <include layout="@layout/directory_app_bar"/>

        </androidx.coordinatorlayout.widget.CoordinatorLayout>
        </FrameLayout>

        <LinearLayout
            android:id="@+id/drawer_roots"