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">automatic</string>
 5		<string-array name="themes" tools:ignore="InconsistentArrays">
 6			<item>@string/pref_theme_automatic</item>
 7			<item>@string/pref_theme_light</item>
 8			<item>@string/pref_theme_dark</item>
 9		</string-array>
10		<string-array name="themes_values" tools:ignore="InconsistentArrays">
11			<item>automatic</item>
12			<item>light</item>
13			<item>dark</item>
14		</string-array>
15
16</resources>