Material theme is available in settings
This commit is contained in:
parent
56d6c0db76
commit
7360e964a3
21
android-app/src/main/res/values-v21/arrays.xml
Normal file
21
android-app/src/main/res/values-v21/arrays.xml
Normal file
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<string-array name="p_theme_names" tools:ignore="InconsistentArrays">
|
||||
<item>@string/p_default_theme</item>
|
||||
<item>@string/p_violet_theme</item>
|
||||
<item>@string/p_light_blue_theme</item>
|
||||
<item>@string/p_metro_blue_theme</item>
|
||||
<item>@string/p_metro_green_theme</item>
|
||||
<item>@string/p_metro_purple_theme</item>
|
||||
<item>@string/p_material_theme</item>
|
||||
</string-array>
|
||||
<string-array name="p_theme_values" translatable="false" tools:ignore="InconsistentArrays">
|
||||
<item>default_theme</item>
|
||||
<item>violet_theme</item>
|
||||
<item>light_blue_theme</item>
|
||||
<item>metro_blue_theme</item>
|
||||
<item>metro_green_theme</item>
|
||||
<item>metro_purple_theme</item>
|
||||
<item>material_theme</item>
|
||||
</string-array>
|
||||
</resources>
|
@ -89,6 +89,7 @@
|
||||
<string name="p_metro_blue_theme">Metro Blue (Default)</string>
|
||||
<string name="p_metro_green_theme">Metro Green</string>
|
||||
<string name="p_metro_purple_theme">Metro Purple</string>
|
||||
<string name="p_material_theme">Material</string>
|
||||
<string name="c_calc_result_precision_summary">Precision of the result value (all calculations are done with maximum
|
||||
precision regardless of the value of this option)
|
||||
</string>
|
||||
|
Loading…
Reference in New Issue
Block a user