Moved preference strings into strings.xml

This commit is contained in:
daniel oeh 2013-04-20 16:44:27 +02:00
parent 1c139616ba
commit 6eb0c58a08
2 changed files with 6 additions and 2 deletions

View File

@ -22,6 +22,7 @@
</string-array>
<string-array name="episode_cache_size">
<item>@string/pref_episode_cache_unlimited</item>
<item>10</item>
<item>20</item>
<item>40</item>
@ -39,8 +40,8 @@
</string-array>
<string-array name="theme_options">
<item>Light</item>
<item>Dark</item>
<item>@string/pref_theme_title_light</item>
<item>@string/pref_theme_title_dark</item>
</string-array>
<string-array name="theme_values">

View File

@ -179,6 +179,9 @@
<string name="pref_autodl_wifi_filter_title">Enable Wi-Fi filter</string>
<string name="pref_autodl_wifi_filter_sum">Allow automatic download only for selected Wi-Fi networks.</string>
<string name="pref_episode_cache_title">Episode cache</string>
<string name="pref_theme_title_light">Light</string>
<string name="pref_theme_title_dark">Dark</string>
<string name="pref_episode_cache_unlimited">Unlimited</string>
<!-- Search -->
<string name="search_hint">Search for Feeds or Episodes</string>