From 2433c548b83defc396d83dbf6929079990a95ccf Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Sat, 26 Oct 2019 21:34:45 +0200 Subject: [PATCH] directions_trip_details_content.xml: Remove unused FrameLayout. --- .../directions_trip_details_content.xml | 189 +++++++++--------- 1 file changed, 92 insertions(+), 97 deletions(-) diff --git a/oeffi/res/layout/directions_trip_details_content.xml b/oeffi/res/layout/directions_trip_details_content.xml index cdbf12c..71742a7 100644 --- a/oeffi/res/layout/directions_trip_details_content.xml +++ b/oeffi/res/layout/directions_trip_details_content.xml @@ -7,120 +7,115 @@ android:baselineAligned="false" android:orientation="horizontal" > - + android:layout_height="match_parent" + android:orientation="vertical" > - + + + android:foreground="@drawable/view_shadow_bottom" + android:foregroundGravity="top|fill_horizontal" > - - - - - - - - - - - - - - - - - - - - + android:clipToPadding="false" + android:paddingBottom="48dp" > + android:divider="?android:attr/listDivider" + android:orientation="vertical" + android:showDividers="middle" > + + + + + + + + + - - + android:gravity="left|center_vertical" + android:paddingBottom="@dimen/list_entry_padding_vertical_lax" + android:paddingLeft="@dimen/list_entry_padding_horizontal_lax" + android:paddingRight="@dimen/list_entry_padding_horizontal_lax" + android:paddingTop="@dimen/list_entry_padding_vertical_verylax" /> - - - + + + + + + + + + +