diff options
author | Camil Staps | 2015-06-14 12:43:03 +0200 |
---|---|---|
committer | Camil Staps | 2015-06-14 12:43:03 +0200 |
commit | 69f0acff1ab01c0a9bc1d57b15ce03f73712c801 (patch) | |
tree | aa83207ce88c311b79946c5932eb717e11687164 /app/src/main/res/values/feeds.xml | |
parent | Merge branch 'master' of github:camilstaps/RSSin (diff) |
Finishing localization ru,nl,fr
Diffstat (limited to 'app/src/main/res/values/feeds.xml')
-rwxr-xr-x | app/src/main/res/values/feeds.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/app/src/main/res/values/feeds.xml b/app/src/main/res/values/feeds.xml index 720e029..cc8f778 100755 --- a/app/src/main/res/values/feeds.xml +++ b/app/src/main/res/values/feeds.xml @@ -19,14 +19,14 @@ <resources> <!-- These feeds are loaded into the reader by default --> <string-array name="default_feeds"> - <item>http://feeds.bbci.co.uk/news/politics/rss.xml</item> - <item>http://feeds.bbci.co.uk/news/science_and_environment/rss.xml</item> - <item>http://feeds.bbci.co.uk/news/technology/rss.xml</item> - <item>http://feeds.bbci.co.uk/news/world/rss.xml</item> - <item>http://feeds.bbci.co.uk/sport/0/rss.xml</item> - <item>http://pcworld.com/index.rss</item> - <item>http://feeds.reuters.com/reuters/environment</item> - <item>http://feeds.reuters.com/reuters/financialsNews</item> - <item>http://feeds.reuters.com/reuters/worldNews</item> + <item>@string/feed_0</item> + <item>@string/feed_1</item> + <item>@string/feed_2</item> + <item>@string/feed_3</item> + <item>@string/feed_4</item> + <item>@string/feed_5</item> + <item>@string/feed_6</item> + <item>@string/feed_7</item> + <item>@string/feed_8</item> </string-array> </resources>
\ No newline at end of file |