plans_picker_content.xml: Remove unused FrameLayout.

This commit is contained in:
Andreas Schildbach 2019-10-26 21:28:52 +02:00
parent cd346b6005
commit b490df540f

View file

@ -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" />