Fix strings

This commit is contained in:
Alexey Kulish 2016-12-09 18:29:55 +03:00
parent 95f011615d
commit 1217aea518
7 changed files with 70 additions and 1 deletions

View 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>

View 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>

View 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>

View 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>

View 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>

View 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>

View file

@ -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 &amp; Navigation. To start using ski maps, please install &lt;b&gt;OsmAnd Maps &amp; Navigation&lt;/b&gt;.</string>
<string name="plugin_description">Thank you for installing Ski Map!&lt;br/&gt;&lt;br/&gt;It\'s a plugin for OsmAnd Maps &amp; Navigation. To start using ski maps, please install &lt;b&gt;OsmAnd Maps &amp; Navigation&lt;/b&gt;.</string>
<string name="install_osmand">Install OsmAnd</string>
<string name="shared_string_no">No</string>
<string name="shared_string_yes">Yes</string>