tt-rss-android/res/values/arrays.xml

13 lines
318 B
XML
Raw Normal View History

2011-09-08 10:23:44 +00:00
<resources>
<string-array name="pref_theme_names">
<item>@string/theme_dark</item>
<item>@string/theme_light</item>
</string-array>
<string-array name="pref_theme_values">
<item>THEME_DARK</item>
<item>THEME_LIGHT</item>
</string-array>
</resources>