summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-01 16:30:23 +0300
committerAndrew Dolgov <[email protected]>2015-06-01 16:30:23 +0300
commit2c615e430d6ccffd46cf3769a8b7c681b3cdf419 (patch)
tree9ca0610a657353d3985451274e696b9f78f7f075 /org.fox.ttrss/src/main/res/values
parent2fc0f14c28b298c1dfb542041cc602cf34d60279 (diff)
material design icon overhaul
Diffstat (limited to 'org.fox.ttrss/src/main/res/values')
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/attrs.xml2
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/strings.xml1
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/style.xml6
3 files changed, 9 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/values/attrs.xml b/org.fox.ttrss/src/main/res/values/attrs.xml
index bb6a01ac..3b636cfa 100755
--- a/org.fox.ttrss/src/main/res/values/attrs.xml
+++ b/org.fox.ttrss/src/main/res/values/attrs.xml
@@ -29,4 +29,6 @@
<attr name="articleTextColor" format="reference|color" />
<attr name="headlineFooterColor" format="reference|color" />
<attr name="articleHeaderSeparator" format="reference|color" />
+ <attr name="ic_rss_box" format="reference"/>
+ <attr name="ic_rss" format="reference"/>
</resources> \ No newline at end of file
diff --git a/org.fox.ttrss/src/main/res/values/strings.xml b/org.fox.ttrss/src/main/res/values/strings.xml
index 865bd687..b6ba6e6d 100755
--- a/org.fox.ttrss/src/main/res/values/strings.xml
+++ b/org.fox.ttrss/src/main/res/values/strings.xml
@@ -32,6 +32,7 @@
<string name="blank"></string>
<string name="transport_debugging">Log sent and received data</string>
<string name="article_toggle_marked">(Un)Star</string>
+ <string name="article_toggle_unread">(Un)Read</string>
<string name="article_toggle_published">(Un)Publish</string>
<string name="headlines_select">Select articles</string>
<string name="headlines_select_dialog">Select articles</string>
diff --git a/org.fox.ttrss/src/main/res/values/style.xml b/org.fox.ttrss/src/main/res/values/style.xml
index d82b40a8..6579e9ee 100755
--- a/org.fox.ttrss/src/main/res/values/style.xml
+++ b/org.fox.ttrss/src/main/res/values/style.xml
@@ -36,6 +36,9 @@
<item name="colorPrimary">#6482af</item>
<item name="colorPrimaryDark">#526A8E</item>
<item name="colorAccent">?colorPrimary</item>
+
+ <item name="ic_rss_box">@drawable/ic_rss_box_dark</item>
+ <item name="ic_rss">@drawable/ic_rss_dark</item>
</style>
<style name="SepiaTheme" parent="LightTheme">
@@ -118,6 +121,9 @@
<item name="colorPrimary">#51698E</item>
<item name="colorPrimaryDark">#445877</item>
<item name="colorAccent">#88b0f0</item>
+
+ <item name="ic_rss_box">@drawable/ic_rss_box</item>
+ <item name="ic_rss">@drawable/ic_rss</item>
</style>
<style name="DarkDialogTheme" parent="android:Theme"></style>