Fix strings
This commit is contained in:
parent
95f011615d
commit
1217aea518
7 changed files with 70 additions and 1 deletions
9
plugins/Osmand-Nautical/res/values/colors.xml
Normal file
9
plugins/Osmand-Nautical/res/values/colors.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<color name="blue_background">#2e73ef</color>
|
||||
<color name="white">#fff</color>
|
||||
<color name="primary_text_light">#de000000</color>
|
||||
<color name="secondary_text_light">#8a000000</color>
|
||||
|
||||
</resources>
|
14
plugins/Osmand-Nautical/res/values/styles.xml
Normal file
14
plugins/Osmand-Nautical/res/values/styles.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<style name="AppTheme" parent="Theme.AppCompat.Light.Dialog">
|
||||
<item name="android:windowNoTitle">true</item>
|
||||
<item name="android:buttonStyle">@style/AppButton</item>
|
||||
</style>
|
||||
|
||||
<style name="AppButton" parent="Widget.AppCompat.Button.Colored">
|
||||
<item name="android:textColor">@color/white</item>
|
||||
</style>
|
||||
|
||||
|
||||
</resources>
|
9
plugins/Osmand-ParkingPlugin/res/values/colors.xml
Normal file
9
plugins/Osmand-ParkingPlugin/res/values/colors.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<color name="blue_background">#2e73ef</color>
|
||||
<color name="white">#fff</color>
|
||||
<color name="primary_text_light">#de000000</color>
|
||||
<color name="secondary_text_light">#8a000000</color>
|
||||
|
||||
</resources>
|
14
plugins/Osmand-ParkingPlugin/res/values/styles.xml
Normal file
14
plugins/Osmand-ParkingPlugin/res/values/styles.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<style name="AppTheme" parent="Theme.AppCompat.Light.Dialog">
|
||||
<item name="android:windowNoTitle">true</item>
|
||||
<item name="android:buttonStyle">@style/AppButton</item>
|
||||
</style>
|
||||
|
||||
<style name="AppButton" parent="Widget.AppCompat.Button.Colored">
|
||||
<item name="android:textColor">@color/white</item>
|
||||
</style>
|
||||
|
||||
|
||||
</resources>
|
9
plugins/Osmand-SRTMPlugin/res/values/colors.xml
Normal file
9
plugins/Osmand-SRTMPlugin/res/values/colors.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<color name="blue_background">#2e73ef</color>
|
||||
<color name="white">#fff</color>
|
||||
<color name="primary_text_light">#de000000</color>
|
||||
<color name="secondary_text_light">#8a000000</color>
|
||||
|
||||
</resources>
|
14
plugins/Osmand-SRTMPlugin/res/values/styles.xml
Normal file
14
plugins/Osmand-SRTMPlugin/res/values/styles.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<style name="AppTheme" parent="Theme.AppCompat.Light.Dialog">
|
||||
<item name="android:windowNoTitle">true</item>
|
||||
<item name="android:buttonStyle">@style/AppButton</item>
|
||||
</style>
|
||||
|
||||
<style name="AppButton" parent="Widget.AppCompat.Button.Colored">
|
||||
<item name="android:textColor">@color/white</item>
|
||||
</style>
|
||||
|
||||
|
||||
</resources>
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="plugin_title">Ski Map — OsmAnd</string>
|
||||
<string name="plugin_description">Thank you for installing Ski Map!<br/><br/>It\'s a plugin for OsmAnd Maps & Navigation. To start using ski maps, please install <b>OsmAnd Maps & Navigation</b>.</string>
|
||||
<string name="plugin_description">Thank you for installing Ski Map!<br/><br/>It\'s a plugin for OsmAnd Maps & Navigation. To start using ski maps, please install <b>OsmAnd Maps & Navigation</b>.</string>
|
||||
<string name="install_osmand">Install OsmAnd</string>
|
||||
<string name="shared_string_no">No</string>
|
||||
<string name="shared_string_yes">Yes</string>
|
||||
|
|
Loading…
Reference in a new issue