Make theme settings translatable
This commit is contained in:
parent
9e4c160265
commit
6bf3efed77
3 changed files with 6 additions and 15 deletions
|
@ -14,16 +14,4 @@
|
|||
<item name="defaultBrandColor">@color/neutral_900</item>
|
||||
<item name="browseTitleViewLayout">@layout/browse_support_fragment_title_view</item>
|
||||
</style>
|
||||
|
||||
<string-array name="themes">
|
||||
<item>Follow system</item>
|
||||
<item>Light</item>
|
||||
<item>Dark</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="themes_value">
|
||||
<item>system</item>
|
||||
<item>light</item>
|
||||
<item>dark</item>
|
||||
</string-array>
|
||||
</resources>
|
|
@ -134,4 +134,7 @@
|
|||
<string name="subtitles">Subtitles</string>
|
||||
<string name="subtitles_summary">Customize subtitles appearance</string>
|
||||
<string name="external">External</string>
|
||||
<string name="theme_system">Follow system</string>
|
||||
<string name="theme_light">Light</string>
|
||||
<string name="theme_dark">Dark</string>
|
||||
</resources>
|
|
@ -40,9 +40,9 @@
|
|||
</style>
|
||||
|
||||
<string-array name="themes">
|
||||
<item>Follow system</item>
|
||||
<item>Light</item>
|
||||
<item>Dark</item>
|
||||
<item>@string/theme_system</item>
|
||||
<item>@string/theme_light</item>
|
||||
<item>@string/theme_dark</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="themes_value">
|
||||
|
|
Loading…
Reference in a new issue