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

Commit 91b41804 authored by Diksha Gohlyan's avatar Diksha Gohlyan
Browse files

Framelayout for recyclerview and appbar

Test: atest DocumentsUIGoogleTests

Bug: 141108476

Change-Id: I657c404928d80759f4de5690690a5dd2196be8e8
parent 7a53600d
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"