mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 06:08:51 +00:00
dimens.xml: In light mode, increase the grid line width in the trips overview.
This commit is contained in:
parent
f4f902af6b
commit
a3fcc83323
2 changed files with 7 additions and 1 deletions
6
oeffi/res/values-night/dimens.xml
Normal file
6
oeffi/res/values-night/dimens.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<dimen name="trips_overview_stroke_width">1dp</dimen>
|
||||
|
||||
</resources>
|
|
@ -26,7 +26,7 @@
|
|||
<dimen name="station_widget_divider_width">0px</dimen>
|
||||
<dimen name="directions_form_location_min_height">48dp</dimen>
|
||||
<dimen name="directions_form_location_divider_padding">32dp</dimen>
|
||||
<dimen name="trips_overview_stroke_width">1dp</dimen>
|
||||
<dimen name="trips_overview_stroke_width">2dp</dimen>
|
||||
<dimen name="trips_overview_entry_width">72dp</dimen>
|
||||
|
||||
<item name="trips_overview_entry_public_box_fraction" type="fraction">80%</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue