diff options
author | Camil Staps | 2015-06-10 18:27:23 +0200 |
---|---|---|
committer | Camil Staps | 2015-06-10 18:27:23 +0200 |
commit | b7b5037b867352ee5e90d0e04c616875b7986e1a (patch) | |
tree | 47eb42b5ca13e035ca82eab3f19bf7e9b995efa9 /app/src/main/res/values | |
parent | Merge branch 'master' of github:camilstaps/RSSin (diff) |
Cleanup xml
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/dimens.xml | 3 | ||||
-rw-r--r-- | app/src/main/res/values/feeds.xml | 1 | ||||
-rw-r--r-- | app/src/main/res/values/refs.xml | 22 | ||||
-rw-r--r-- | app/src/main/res/values/styles.xml | 3 |
4 files changed, 1 insertions, 28 deletions
diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml index f311337..a7d343b 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml @@ -17,7 +17,6 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. --> <resources> - <!-- Default screen margins, per the Android Design guidelines. --> <dimen name="activity_horizontal_margin">16dp</dimen> <dimen name="activity_vertical_margin">16dp</dimen> @@ -28,8 +27,6 @@ <dimen name="font_size_normal">16sp</dimen> <dimen name="font_size_small">14sp</dimen> - <!-- Per the design guidelines, navigation drawers should be between 240dp and 320dp: - https://developer.android.com/design/patterns/navigation-drawer.html --> <dimen name="navigation_drawer_width">300dp</dimen> <dimen name="card_margin">8dp</dimen> diff --git a/app/src/main/res/values/feeds.xml b/app/src/main/res/values/feeds.xml index 18a072b..1838092 100644 --- a/app/src/main/res/values/feeds.xml +++ b/app/src/main/res/values/feeds.xml @@ -17,6 +17,7 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. --> <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> diff --git a/app/src/main/res/values/refs.xml b/app/src/main/res/values/refs.xml deleted file mode 100644 index ff9e2f0..0000000 --- a/app/src/main/res/values/refs.xml +++ /dev/null @@ -1,22 +0,0 @@ -<!-- - RSSin - Clever RSS reader for Android - Copyright (C) 2015 Randy Wanga, Jos Craaijo, Joep Bernards, Camil Staps - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ---> -<resources>
-
-
-</resources>
\ No newline at end of file diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index eb83cd4..5554027 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -24,7 +24,4 @@ </style> <color name="loading">#ffc400</color> - <color name="warning">#ff9900</color> - <color name="error">#e32d2d</color> - <color name="info">#5ccbf7</color> </resources> |