16 lines
558 B
XML
16 lines
558 B
XML
|
<resources>
|
||
|
<string-array name="pref_theme_names">
|
||
|
<item>@string/theme_dark</item>
|
||
|
<item>@string/theme_dark_gray</item>
|
||
|
<item>@string/theme_light</item>
|
||
|
<item>@string/theme_sepia</item>
|
||
|
<item>@string/theme_system</item>
|
||
|
</string-array>
|
||
|
<string-array name="pref_theme_values" translatable="false">
|
||
|
<item>THEME_DARK</item>
|
||
|
<item>THEME_DARK_GRAY</item>
|
||
|
<item>THEME_LIGHT</item>
|
||
|
<item>THEME_SEPIA</item>
|
||
|
<item>THEME_SYSTEM</item>
|
||
|
</string-array>
|
||
|
</resources>
|