summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-08 14:27:27 +0300
committerAndrew Dolgov <[email protected]>2021-03-08 14:27:27 +0300
commit61e67e33eceaeaf30d2baa1c909cecc91eb4f765 (patch)
tree32efbba27fa8d9f9efdfce966b6e49e69d2f9eb5 /org.fox.ttrss/src/main/res/values
parent2f3e8a2897dadf946233a00dc9b222358acdc3dd (diff)
add support for article score in the UI
Diffstat (limited to 'org.fox.ttrss/src/main/res/values')
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/attrs.xml3
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/strings.xml4
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/style.xml3
3 files changed, 10 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 cc0f84b6..93892545 100755
--- a/org.fox.ttrss/src/main/res/values/attrs.xml
+++ b/org.fox.ttrss/src/main/res/values/attrs.xml
@@ -53,4 +53,7 @@
<attr name="drawer_header" format="reference" />
<attr name="ic_restore" format="reference" />
<attr name="ic_inbox" format="reference" />
+ <attr name="ic_action_trending_up" format="reference" />
+ <attr name="ic_action_trending_flat" format="reference" />
+ <attr name="ic_action_trending_down" 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 ef0013ea..f4d0119c 100755
--- a/org.fox.ttrss/src/main/res/values/strings.xml
+++ b/org.fox.ttrss/src/main/res/values/strings.xml
@@ -293,4 +293,8 @@
<string name="img_share_url">Share URL</string>
<string name="img_share_image">Share image</string>
<string name="img_share_failed_to_load">Failed to load image for sharing</string>
+ <string name="update_categories">Update categories</string>
+ <string name="score_for_this_article">Score for this article</string>
+ <string name="set_score">Set score</string>
+ <string name="score_invalid">Invalid score</string>
</resources>
diff --git a/org.fox.ttrss/src/main/res/values/style.xml b/org.fox.ttrss/src/main/res/values/style.xml
index ecc13527..033a9492 100755
--- a/org.fox.ttrss/src/main/res/values/style.xml
+++ b/org.fox.ttrss/src/main/res/values/style.xml
@@ -63,6 +63,9 @@
<item name="ic_dots_vertical_circle">@drawable/ic_dots_vertical_circle_dark</item>
<item name="ic_attachment">@drawable/ic_attachment_dark</item>
<item name="ic_attachment_vert">@drawable/ic_attachment_vert_dark</item>
+ <item name="ic_action_trending_up">@drawable/ic_action_trending_up_dark</item>
+ <item name="ic_action_trending_flat">@drawable/ic_action_trending_flat_dark</item>
+ <item name="ic_action_trending_down">@drawable/ic_action_trending_down_dark</item>
<item name="drawer_header">@drawable/drawer_header</item>
</style>