diff options
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 |