theme-settings.xml
1<?xml version="1.0" encoding="utf-8"?>
2<resources xmlns:tools="http://schemas.android.com/tools">
3
4 <string name="theme">light</string>
5 <string-array name="themes" tools:ignore="InconsistentArrays">
6 <item>@string/pref_theme_light</item>
7 <item>@string/pref_theme_dark</item>
8 </string-array>
9 <string-array name="themes_values" tools:ignore="InconsistentArrays">
10 <item>light</item>
11 <item>dark</item>
12 </string-array>
13
14</resources>