Colors rename
This commit is contained in:
parent
e52f0060da
commit
25bebf2e71
2 changed files with 4 additions and 4 deletions
|
@ -477,7 +477,7 @@
|
|||
<color name="switch_button_active_stroke_dark">#80D28521</color>
|
||||
<color name="empty_hint_bg">#80000000</color>
|
||||
<color name="input_layout_bg_color">#4DCCCCCC</color>
|
||||
<color name="background_field_light">#14000000</color>
|
||||
<color name="background_field_dark">#0DFFFFFF</color>
|
||||
<color name="text_input_background_light">#14000000</color>
|
||||
<color name="text_input_background_dark">#0DFFFFFF</color>
|
||||
|
||||
</resources>
|
|
@ -245,7 +245,7 @@
|
|||
<item name="btn_radio_button_center">@drawable/radio_button_center_light</item>
|
||||
<item name="checkboxStyle">@style/CheckboxStyle</item>
|
||||
<item name="radioButtonStyle">@style/RadioButtonStyle</item>
|
||||
<item name="text_input_background">@color/background_field_light</item>
|
||||
<item name="text_input_background">@color/text_input_background_light</item>
|
||||
</style>
|
||||
|
||||
<style name="ToolbarStyle" parent="@style/Widget.AppCompat.Toolbar">
|
||||
|
@ -540,7 +540,7 @@
|
|||
<item name="btn_radio_button_center">@drawable/radio_button_center_dark</item>
|
||||
<item name="checkboxStyle">@style/CheckboxStyle</item>
|
||||
<item name="radioButtonStyle">@style/RadioButtonStyle</item>
|
||||
<item name="text_input_background">@color/background_field_dark</item>
|
||||
<item name="text_input_background">@color/text_input_background_dark</item>
|
||||
</style>
|
||||
|
||||
<style name="FreeVersionBanner" parent="OsmandDarkTheme">
|
||||
|
|
Loading…
Reference in a new issue