Merge "Clean up manage_applications_apps.xml"

This commit is contained in:
TreeHugger Robot
2019-03-22 03:09:14 +00:00
committed by Android (Google) Code Review

View File

@@ -26,17 +26,12 @@
android:layout_height="match_parent" android:layout_height="match_parent"
settings:layout_behavior="com.android.settings.widget.FloatingAppBarScrollingViewBehavior"> settings:layout_behavior="com.android.settings.widget.FloatingAppBarScrollingViewBehavior">
<LinearLayout <FrameLayout
android:id="@+id/list_container" android:id="@+id/list_container"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical"
android:visibility="gone"> android:visibility="gone">
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.recyclerview.widget.RecyclerView <androidx.recyclerview.widget.RecyclerView
android:id="@+id/apps_list" android:id="@+id/apps_list"
android:layout_width="match_parent" android:layout_width="match_parent"
@@ -60,8 +55,6 @@
</FrameLayout> </FrameLayout>
</LinearLayout>
<include layout="@layout/loading_container"/> <include layout="@layout/loading_container"/>
</FrameLayout> </FrameLayout>