mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-14 08:40:30 +00:00
In dark mode, dim maps too.
This commit is contained in:
parent
8d4901cb83
commit
830a55bad7
5 changed files with 10 additions and 5 deletions
|
@ -107,7 +107,8 @@
|
||||||
<de.schildbach.oeffi.OeffiMapView
|
<de.schildbach.oeffi.OeffiMapView
|
||||||
android:id="@+id/directions_map"
|
android:id="@+id/directions_map"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent" />
|
android:layout_height="match_parent"
|
||||||
|
android:alpha="@dimen/alpha_bright_white" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/directions_map_disclaimer"
|
android:id="@+id/directions_map_disclaimer"
|
||||||
|
|
|
@ -129,7 +129,8 @@
|
||||||
<de.schildbach.oeffi.OeffiMapView
|
<de.schildbach.oeffi.OeffiMapView
|
||||||
android:id="@+id/directions_trip_details_map"
|
android:id="@+id/directions_trip_details_map"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent" />
|
android:layout_height="match_parent"
|
||||||
|
android:alpha="@dimen/alpha_bright_white" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/directions_trip_details_map_disclaimer"
|
android:id="@+id/directions_trip_details_map_disclaimer"
|
||||||
|
|
|
@ -56,7 +56,8 @@
|
||||||
<de.schildbach.oeffi.OeffiMapView
|
<de.schildbach.oeffi.OeffiMapView
|
||||||
android:id="@+id/network_picker_map"
|
android:id="@+id/network_picker_map"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent" />
|
android:layout_height="match_parent"
|
||||||
|
android:alpha="@dimen/alpha_bright_white" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/network_picker_map_disclaimer"
|
android:id="@+id/network_picker_map_disclaimer"
|
||||||
|
|
|
@ -411,7 +411,8 @@
|
||||||
<de.schildbach.oeffi.OeffiMapView
|
<de.schildbach.oeffi.OeffiMapView
|
||||||
android:id="@+id/stations_map"
|
android:id="@+id/stations_map"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent" />
|
android:layout_height="match_parent"
|
||||||
|
android:alpha="@dimen/alpha_bright_white" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/stations_map_disclaimer"
|
android:id="@+id/stations_map_disclaimer"
|
||||||
|
|
|
@ -85,7 +85,8 @@
|
||||||
<de.schildbach.oeffi.OeffiMapView
|
<de.schildbach.oeffi.OeffiMapView
|
||||||
android:id="@+id/stations_station_details_map"
|
android:id="@+id/stations_station_details_map"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent" />
|
android:layout_height="match_parent"
|
||||||
|
android:alpha="@dimen/alpha_bright_white" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/stations_station_details_map_disclaimer"
|
android:id="@+id/stations_station_details_map_disclaimer"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue