summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-02 00:00:14 +0300
committerAndrew Dolgov <[email protected]>2015-06-02 00:00:14 +0300
commit1281e7dd42e5ea6f534dc4b343f4449b5871c13c (patch)
tree1ef9957363cc633f1e2d27faa818381d8540c342 /org.fox.ttrss/src/main/res/values
parent56cb9c1eabef86f3bd2f0d0053fcbf51876244e5 (diff)
move share button to article fragment body; reinstate dreaded mark unread back to the freed space
Diffstat (limited to 'org.fox.ttrss/src/main/res/values')
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/attrs.xml1
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/style.xml3
2 files changed, 3 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/values/attrs.xml b/org.fox.ttrss/src/main/res/values/attrs.xml
index 723b0db4..da0cf282 100755
--- a/org.fox.ttrss/src/main/res/values/attrs.xml
+++ b/org.fox.ttrss/src/main/res/values/attrs.xml
@@ -34,4 +34,5 @@
<attr name="ic_checkbox_marked" format="reference" />
<attr name="ic_star" format="reference" />
<attr name="ic_star_outline" format="reference" />
+ <attr name="ic_share" format="reference" />
</resources> \ No newline at end of file
diff --git a/org.fox.ttrss/src/main/res/values/style.xml b/org.fox.ttrss/src/main/res/values/style.xml
index 1dcca044..87035461 100755
--- a/org.fox.ttrss/src/main/res/values/style.xml
+++ b/org.fox.ttrss/src/main/res/values/style.xml
@@ -42,6 +42,7 @@
<item name="ic_checkbox_marked">@drawable/ic_checkbox_marked_dark</item>
<item name="ic_star">@drawable/ic_star_dark</item>
<item name="ic_star_outline">@drawable/ic_star_outline_dark</item>
+ <item name="ic_share">@drawable/ic_share_dark</item>
</style>
<style name="DarkTheme" parent="Theme.AppCompat">
@@ -86,7 +87,7 @@
<item name="ic_checkbox_marked">@drawable/ic_checkbox_marked</item>
<item name="ic_star">@drawable/ic_star</item>
<item name="ic_star_outline">@drawable/ic_star_outline</item>
-
+ <item name="ic_share">@drawable/ic_share</item>
</style>
<style name="DarkDialogTheme" parent="android:Theme"></style>