mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 06:08:51 +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" />
|
||||
|
||||
<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:animateLayoutChanges="true"
|
||||
android:foreground="@drawable/view_shadow_bottom"
|
||||
android:foregroundGravity="top|fill_horizontal"
|
||||
android:orientation="vertical" >
|
||||
|
||||
<TextView
|
||||
|
@ -89,7 +85,6 @@
|
|||
android:textStyle="bold" />
|
||||
</FrameLayout>
|
||||
</LinearLayout>
|
||||
</FrameLayout>
|
||||
</LinearLayout>
|
||||
|
||||
<include layout="@layout/navigation_drawer" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue