mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-08 15:08:47 +00:00
network_picker_content.xml: Remove unused FrameLayouts.
This commit is contained in:
parent
95153a4583
commit
d202c8f628
1 changed files with 28 additions and 38 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue