From 0138c069ca6cc4bc519796de95b43e441bbaffcb Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Sat, 26 Oct 2019 21:28:52 +0200 Subject: [PATCH] plans_picker_content.xml: Remove unused FrameLayout. --- oeffi/res/layout/plans_picker_content.xml | 123 +++++++++++----------- 1 file changed, 59 insertions(+), 64 deletions(-) diff --git a/oeffi/res/layout/plans_picker_content.xml b/oeffi/res/layout/plans_picker_content.xml index 8e68741..b550a3d 100644 --- a/oeffi/res/layout/plans_picker_content.xml +++ b/oeffi/res/layout/plans_picker_content.xml @@ -11,85 +11,80 @@ - + android:foregroundGravity="top|fill_horizontal" + android:orientation="vertical" > + + + android:layout_height="wrap_content" + android:background="@color/action_bar_appendix" + android:gravity="center_vertical" + android:orientation="horizontal" + android:visibility="gone" > + android:singleLine="true" + android:textSize="@dimen/font_size_large" + android:textStyle="bold" /> - - - - - - - - - - - - - + android:gravity="right|center_vertical" + android:src="@drawable/ic_clear_black_24dp" /> - + + + + + + + +