only enable devicedefault theme on api14+
This commit is contained in:
parent
756277e30e
commit
27e9fbe16a
16
res/values-v14/arrays.xml
Normal file
16
res/values-v14/arrays.xml
Normal 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>
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user