summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values/style.xml
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/style.xml
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/style.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/style.xml3
1 files changed, 2 insertions, 1 deletions
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>