only enable devicedefault theme on api14+

This commit is contained in:
Andrew Dolgov 2013-10-15 19:51:50 +04:00
parent 756277e30e
commit 27e9fbe16a
3 changed files with 17 additions and 3 deletions

16
res/values-v14/arrays.xml Normal file
View File

@ -0,0 +1,16 @@
<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>

View File

@ -4,14 +4,12 @@
<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>
<string-array name="pref_font_size_names">
<item>@string/font_size_small</item>

View File

@ -201,5 +201,5 @@
<string name="n_unread_articles">%1$d unread articles</string>
<string name="pref_headline_font_size">Headline text size</string>
<string name="context_confirm_catchup">Mark all articles in %1$s as read?</string>
<string name="theme_system">Device Default (4.2+)</string>
<string name="theme_system">Device Default</string>
</resources>