mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 16:08:49 +00:00
plans_picker_content.xml: Remove unused FrameLayout.
This commit is contained in:
parent
cd346b6005
commit
b490df540f
1 changed files with 59 additions and 64 deletions
|
@ -11,16 +11,12 @@
|
||||||
|
|
||||||
<include layout="@layout/action_bar" />
|
<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
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:animateLayoutChanges="true"
|
android:animateLayoutChanges="true"
|
||||||
|
android:foreground="@drawable/view_shadow_bottom"
|
||||||
|
android:foregroundGravity="top|fill_horizontal"
|
||||||
android:orientation="vertical" >
|
android:orientation="vertical" >
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
@ -89,7 +85,6 @@
|
||||||
android:textStyle="bold" />
|
android:textStyle="bold" />
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</FrameLayout>
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<include layout="@layout/navigation_drawer" />
|
<include layout="@layout/navigation_drawer" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue