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

Commit 9caf09e1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Clean up manage_applications_apps.xml"

parents 3196013b 4b8eccb5
Loading
Loading
Loading
Loading
+20 −27
Original line number Diff line number Diff line
@@ -26,17 +26,12 @@
        android:layout_height="match_parent"
        settings:layout_behavior="com.android.settings.widget.FloatingAppBarScrollingViewBehavior">

        <LinearLayout
        <FrameLayout
            android:id="@+id/list_container"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:orientation="vertical"
            android:visibility="gone">

            <FrameLayout
                android:layout_width="match_parent"
                android:layout_height="match_parent">

            <androidx.recyclerview.widget.RecyclerView
                android:id="@+id/apps_list"
                android:layout_width="match_parent"
@@ -60,8 +55,6 @@

        </FrameLayout>

        </LinearLayout>

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

    </FrameLayout>