aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/feeds.xml
blob: 384739b7c95bb85955a5727e24a58f1b855279f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <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://feeds.foxnews.com/foxnews/politics</item>
        <item>http://feeds.foxnews.com/foxnews/science</item>
        <item>http://feeds.foxnews.com/foxnews/sports</item>
        <item>http://feeds.foxnews.com/foxnews/tech</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>http://rss.nytimes.com/services/xml/rss/nyt/Environment.xml</item>
        <item>http://rss.nytimes.com/services/xml/rss/nyt/Music.xml</item>
        <item>http://rss.nytimes.com/services/xml/rss/nyt/Travel.xml</item>
    </string-array>
</resources>