From 98841aa54b5221e1400aa2359aaf4ec560e1a2cb Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Sat, 30 Jan 2021 19:04:11 +0100 Subject: [PATCH] Reposition disclaimers by a tiny bit. --- oeffi/res/layout/directions_content.xml | 4 ++-- oeffi/res/layout/directions_trip_details_content.xml | 8 ++++---- oeffi/res/layout/directions_trip_overview_content.xml | 4 ++-- oeffi/res/layout/network_picker_content.xml | 4 ++-- oeffi/res/layout/stations_content.xml | 8 ++++---- oeffi/res/layout/stations_station_details_content.xml | 8 ++++---- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/oeffi/res/layout/directions_content.xml b/oeffi/res/layout/directions_content.xml index 00c6755..2c73213 100644 --- a/oeffi/res/layout/directions_content.xml +++ b/oeffi/res/layout/directions_content.xml @@ -115,8 +115,8 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="bottom|left" - android:layout_marginBottom="@dimen/list_entry_padding_vertical_lax" - android:layout_marginLeft="@dimen/list_entry_padding_horizontal_lax" + android:layout_marginBottom="@dimen/list_entry_padding_vertical" + android:layout_marginLeft="@dimen/list_entry_padding_horizontal_verylax" android:textSize="@dimen/font_size_disclaimer" android:textColor="@color/fg_significant_on_light" /> diff --git a/oeffi/res/layout/directions_trip_details_content.xml b/oeffi/res/layout/directions_trip_details_content.xml index 4f18811..9dc84c6 100644 --- a/oeffi/res/layout/directions_trip_details_content.xml +++ b/oeffi/res/layout/directions_trip_details_content.xml @@ -93,8 +93,8 @@ android:layout_gravity="bottom" android:layout_marginLeft="@dimen/list_entry_padding_horizontal_verylax" android:layout_marginRight="@dimen/list_entry_padding_horizontal_verylax" - android:layout_marginTop="@dimen/list_entry_padding_vertical_lax" - android:layout_marginBottom="@dimen/list_entry_padding_vertical_lax" + android:layout_marginTop="@dimen/list_entry_padding_vertical" + android:layout_marginBottom="@dimen/list_entry_padding_vertical" android:baselineAligned="false" android:orientation="horizontal"> @@ -137,8 +137,8 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="bottom|left" - android:layout_marginBottom="@dimen/list_entry_padding_vertical_lax" - android:layout_marginLeft="@dimen/list_entry_padding_horizontal_lax" + android:layout_marginBottom="@dimen/list_entry_padding_vertical" + android:layout_marginLeft="@dimen/list_entry_padding_horizontal_verylax" android:textSize="@dimen/font_size_disclaimer" android:textColor="@color/fg_significant_on_light" /> diff --git a/oeffi/res/layout/directions_trip_overview_content.xml b/oeffi/res/layout/directions_trip_overview_content.xml index ee00676..1182670 100644 --- a/oeffi/res/layout/directions_trip_overview_content.xml +++ b/oeffi/res/layout/directions_trip_overview_content.xml @@ -25,8 +25,8 @@ android:layout_height="match_parent" android:layout_marginLeft="@dimen/list_entry_padding_horizontal_verylax" android:layout_marginRight="@dimen/list_entry_padding_horizontal_verylax" - android:layout_marginTop="@dimen/list_entry_padding_vertical_lax" - android:layout_marginBottom="@dimen/list_entry_padding_vertical_lax"> + android:layout_marginTop="@dimen/list_entry_padding_vertical" + android:layout_marginBottom="@dimen/list_entry_padding_vertical"> diff --git a/oeffi/res/layout/stations_content.xml b/oeffi/res/layout/stations_content.xml index 040a82e..0bc3fd6 100644 --- a/oeffi/res/layout/stations_content.xml +++ b/oeffi/res/layout/stations_content.xml @@ -372,8 +372,8 @@ android:layout_gravity="bottom" android:layout_marginLeft="@dimen/list_entry_padding_horizontal_verylax" android:layout_marginRight="@dimen/list_entry_padding_horizontal_verylax" - android:layout_marginTop="@dimen/list_entry_padding_vertical_lax" - android:layout_marginBottom="@dimen/list_entry_padding_vertical_lax" + android:layout_marginTop="@dimen/list_entry_padding_vertical" + android:layout_marginBottom="@dimen/list_entry_padding_vertical" android:baselineAligned="false" android:orientation="horizontal"> @@ -419,8 +419,8 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="bottom|left" - android:layout_marginBottom="@dimen/list_entry_padding_vertical_lax" - android:layout_marginLeft="@dimen/list_entry_padding_horizontal_lax" + android:layout_marginBottom="@dimen/list_entry_padding_vertical" + android:layout_marginLeft="@dimen/list_entry_padding_horizontal_verylax" android:textSize="@dimen/font_size_disclaimer" android:textColor="@color/fg_significant_on_light" /> diff --git a/oeffi/res/layout/stations_station_details_content.xml b/oeffi/res/layout/stations_station_details_content.xml index c15986d..377f0a2 100644 --- a/oeffi/res/layout/stations_station_details_content.xml +++ b/oeffi/res/layout/stations_station_details_content.xml @@ -49,8 +49,8 @@ android:layout_gravity="bottom" android:layout_marginLeft="@dimen/list_entry_padding_horizontal_verylax" android:layout_marginRight="@dimen/list_entry_padding_horizontal_verylax" - android:layout_marginTop="@dimen/list_entry_padding_vertical_lax" - android:layout_marginBottom="@dimen/list_entry_padding_vertical_lax" + android:layout_marginTop="@dimen/list_entry_padding_vertical" + android:layout_marginBottom="@dimen/list_entry_padding_vertical" android:baselineAligned="false" android:orientation="horizontal"> @@ -93,8 +93,8 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="bottom|left" - android:layout_marginBottom="@dimen/list_entry_padding_vertical_lax" - android:layout_marginLeft="@dimen/list_entry_padding_horizontal_lax" + android:layout_marginBottom="@dimen/list_entry_padding_vertical" + android:layout_marginLeft="@dimen/list_entry_padding_horizontal_verylax" android:textSize="@dimen/font_size_disclaimer" android:textColor="@color/fg_significant_on_light" />