mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-08 21:08:50 +00:00
Fix map disclaimer color in dark mode.
This commit is contained in:
parent
50586401a3
commit
97f2aa3809
5 changed files with 10 additions and 5 deletions
|
@ -116,7 +116,8 @@
|
||||||
android:layout_gravity="bottom|left"
|
android:layout_gravity="bottom|left"
|
||||||
android:layout_marginBottom="@dimen/list_entry_padding_vertical_lax"
|
android:layout_marginBottom="@dimen/list_entry_padding_vertical_lax"
|
||||||
android:layout_marginLeft="@dimen/list_entry_padding_horizontal_lax"
|
android:layout_marginLeft="@dimen/list_entry_padding_horizontal_lax"
|
||||||
android:textSize="@dimen/font_size_disclaimer" />
|
android:textSize="@dimen/font_size_disclaimer"
|
||||||
|
android:textColor="@color/fg_significant_on_light" />
|
||||||
|
|
||||||
<de.schildbach.oeffi.util.ZoomControls
|
<de.schildbach.oeffi.util.ZoomControls
|
||||||
android:id="@+id/directions_map_zoom"
|
android:id="@+id/directions_map_zoom"
|
||||||
|
|
|
@ -138,7 +138,8 @@
|
||||||
android:layout_gravity="bottom|left"
|
android:layout_gravity="bottom|left"
|
||||||
android:layout_marginBottom="@dimen/list_entry_padding_vertical_lax"
|
android:layout_marginBottom="@dimen/list_entry_padding_vertical_lax"
|
||||||
android:layout_marginLeft="@dimen/list_entry_padding_horizontal_lax"
|
android:layout_marginLeft="@dimen/list_entry_padding_horizontal_lax"
|
||||||
android:textSize="@dimen/font_size_disclaimer" />
|
android:textSize="@dimen/font_size_disclaimer"
|
||||||
|
android:textColor="@color/fg_significant_on_light" />
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
|
@ -65,7 +65,8 @@
|
||||||
android:layout_gravity="bottom|left"
|
android:layout_gravity="bottom|left"
|
||||||
android:layout_marginBottom="@dimen/list_entry_padding_vertical_lax"
|
android:layout_marginBottom="@dimen/list_entry_padding_vertical_lax"
|
||||||
android:layout_marginLeft="@dimen/list_entry_padding_horizontal_lax"
|
android:layout_marginLeft="@dimen/list_entry_padding_horizontal_lax"
|
||||||
android:textSize="@dimen/font_size_disclaimer" />
|
android:textSize="@dimen/font_size_disclaimer"
|
||||||
|
android:textColor="@color/fg_significant_on_light" />
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
|
@ -420,7 +420,8 @@
|
||||||
android:layout_gravity="bottom|left"
|
android:layout_gravity="bottom|left"
|
||||||
android:layout_marginBottom="@dimen/list_entry_padding_vertical_lax"
|
android:layout_marginBottom="@dimen/list_entry_padding_vertical_lax"
|
||||||
android:layout_marginLeft="@dimen/list_entry_padding_horizontal_lax"
|
android:layout_marginLeft="@dimen/list_entry_padding_horizontal_lax"
|
||||||
android:textSize="@dimen/font_size_disclaimer" />
|
android:textSize="@dimen/font_size_disclaimer"
|
||||||
|
android:textColor="@color/fg_significant_on_light" />
|
||||||
|
|
||||||
<de.schildbach.oeffi.util.ZoomControls
|
<de.schildbach.oeffi.util.ZoomControls
|
||||||
android:id="@+id/stations_map_zoom"
|
android:id="@+id/stations_map_zoom"
|
||||||
|
|
|
@ -94,7 +94,8 @@
|
||||||
android:layout_gravity="bottom|left"
|
android:layout_gravity="bottom|left"
|
||||||
android:layout_marginBottom="@dimen/list_entry_padding_vertical_lax"
|
android:layout_marginBottom="@dimen/list_entry_padding_vertical_lax"
|
||||||
android:layout_marginLeft="@dimen/list_entry_padding_horizontal_lax"
|
android:layout_marginLeft="@dimen/list_entry_padding_horizontal_lax"
|
||||||
android:textSize="@dimen/font_size_disclaimer" />
|
android:textSize="@dimen/font_size_disclaimer"
|
||||||
|
android:textColor="@color/fg_significant_on_light" />
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue