diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2014-10-16 12:19:52 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2014-10-16 12:19:52 +0400 |
| commit | a38e98c80e80e955818ad83f72601734c7c42197 (patch) | |
| tree | 23ba0a2897900992946a3ad34e71ccbad9c6db52 /res/values/strings.xml | |
| parent | 8e8bbf70aad0b6a4cc9a94bc2a4d7a14936862ee (diff) | |
add headline image border; make showing them optional
Diffstat (limited to 'res/values/strings.xml')
| -rw-r--r-- | res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 69ffbd8c..d5653d49 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -221,5 +221,6 @@ <string name="pref_headlines_use_condensed_fonts_long">Use condensed fonts for headline titles and a few other UI elements.</string> <string name="pref_headlines_full_content_long">Show full article content in headlines. Resource intensive, can cause UI lag on some devices.</string> <string name="pref_headlines_full_content">Show full content</string> + <string name="prefs_headlines_show_flavor_image">Show article image</string> </resources> |