In dark mode, dim maps too.

This commit is contained in:
Andreas Schildbach 2021-01-29 19:09:31 +01:00
parent 8d4901cb83
commit 830a55bad7
5 changed files with 10 additions and 5 deletions

View file

@ -107,7 +107,8 @@
<de.schildbach.oeffi.OeffiMapView
android:id="@+id/directions_map"
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:layout_height="match_parent"
android:alpha="@dimen/alpha_bright_white" />
<TextView
android:id="@+id/directions_map_disclaimer"

View file

@ -129,7 +129,8 @@
<de.schildbach.oeffi.OeffiMapView
android:id="@+id/directions_trip_details_map"
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:layout_height="match_parent"
android:alpha="@dimen/alpha_bright_white" />
<TextView
android:id="@+id/directions_trip_details_map_disclaimer"

View file

@ -56,7 +56,8 @@
<de.schildbach.oeffi.OeffiMapView
android:id="@+id/network_picker_map"
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:layout_height="match_parent"
android:alpha="@dimen/alpha_bright_white" />
<TextView
android:id="@+id/network_picker_map_disclaimer"

View file

@ -411,7 +411,8 @@
<de.schildbach.oeffi.OeffiMapView
android:id="@+id/stations_map"
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:layout_height="match_parent"
android:alpha="@dimen/alpha_bright_white" />
<TextView
android:id="@+id/stations_map_disclaimer"

View file

@ -85,7 +85,8 @@
<de.schildbach.oeffi.OeffiMapView
android:id="@+id/stations_station_details_map"
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:layout_height="match_parent"
android:alpha="@dimen/alpha_bright_white" />
<TextView
android:id="@+id/stations_station_details_map_disclaimer"