network_picker_content.xml: Remove unused FrameLayouts.

This commit is contained in:
Andreas Schildbach 2019-10-26 21:40:46 +02:00
parent 95153a4583
commit d202c8f628

View file

@ -6,27 +6,19 @@
android:baselineAligned="false"
android:orientation="horizontal" >
<FrameLayout
android:id="@+id/network_picker_list_frame"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<LinearLayout
android:id="@+id/network_picker_list_frame"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<include layout="@layout/action_bar" />
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:foreground="@drawable/view_shadow_bottom"
android:foregroundGravity="top|fill_horizontal" >
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:foreground="@drawable/view_shadow_bottom"
android:foregroundGravity="top|fill_horizontal"
android:orientation="vertical" >
<TextView
@ -61,9 +53,7 @@
</FrameLayout>
</FrameLayout>
</LinearLayout>
</FrameLayout>
</LinearLayout>
</FrameLayout>
<FrameLayout
android:id="@+id/network_picker_map_frame"