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

Commit 9b69e34d authored by Diksha Gohlyan's avatar Diksha Gohlyan Committed by Automerger Merge Worker
Browse files

Merge "Framelayout for recyclerview and appbar" into rvc-dev am: 77216a43 am: 37d9290f

Change-Id: Ic8fbdd7808f85b143b510ec954ed427b112e1538
parents b12a8e62 37d9290f
Loading
Loading
Loading
Loading
+3 −4
Original line number Original line Diff line number Diff line
@@ -28,15 +28,14 @@
        android:layout_width="match_parent"
        android:layout_width="match_parent"
        android:layout_height="match_parent">
        android:layout_height="match_parent">


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


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


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


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


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


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