From 830a55bad7fb5b964f6edb1c73c785c88383b110 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Fri, 29 Jan 2021 19:09:31 +0100 Subject: [PATCH] In dark mode, dim maps too. --- oeffi/res/layout/directions_content.xml | 3 ++- oeffi/res/layout/directions_trip_details_content.xml | 3 ++- oeffi/res/layout/network_picker_content.xml | 3 ++- oeffi/res/layout/stations_content.xml | 3 ++- oeffi/res/layout/stations_station_details_content.xml | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/oeffi/res/layout/directions_content.xml b/oeffi/res/layout/directions_content.xml index 29f3084..00c6755 100644 --- a/oeffi/res/layout/directions_content.xml +++ b/oeffi/res/layout/directions_content.xml @@ -107,7 +107,8 @@ + android:layout_height="match_parent" + android:alpha="@dimen/alpha_bright_white" /> + android:layout_height="match_parent" + android:alpha="@dimen/alpha_bright_white" /> + android:layout_height="match_parent" + android:alpha="@dimen/alpha_bright_white" /> + android:layout_height="match_parent" + android:alpha="@dimen/alpha_bright_white" /> + android:layout_height="match_parent" + android:alpha="@dimen/alpha_bright_white" />