From 61e67e33eceaeaf30d2baa1c909cecc91eb4f765 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 8 Mar 2021 14:27:27 +0300 Subject: add support for article score in the UI --- .../main/res/drawable-xhdpi/ic_action_trending_down.png | Bin 0 -> 839 bytes .../res/drawable-xhdpi/ic_action_trending_down_dark.png | Bin 0 -> 836 bytes .../main/res/drawable-xhdpi/ic_action_trending_flat.png | Bin 0 -> 617 bytes .../res/drawable-xhdpi/ic_action_trending_flat_dark.png | Bin 0 -> 570 bytes .../src/main/res/drawable-xhdpi/ic_action_trending_up.png | Bin 0 -> 858 bytes .../res/drawable-xhdpi/ic_action_trending_up_dark.png | Bin 0 -> 836 bytes 6 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 org.fox.ttrss/src/main/res/drawable-xhdpi/ic_action_trending_down.png create mode 100644 org.fox.ttrss/src/main/res/drawable-xhdpi/ic_action_trending_down_dark.png create mode 100644 org.fox.ttrss/src/main/res/drawable-xhdpi/ic_action_trending_flat.png create mode 100644 org.fox.ttrss/src/main/res/drawable-xhdpi/ic_action_trending_flat_dark.png create mode 100644 org.fox.ttrss/src/main/res/drawable-xhdpi/ic_action_trending_up.png create mode 100644 org.fox.ttrss/src/main/res/drawable-xhdpi/ic_action_trending_up_dark.png (limited to 'org.fox.ttrss/src/main/res/drawable-xhdpi') diff --git a/org.fox.ttrss/src/main/res/drawable-xhdpi/ic_action_trending_down.png b/org.fox.ttrss/src/main/res/drawable-xhdpi/ic_action_trending_down.png new file mode 100644 index 00000000..53ff92a2 Binary files /dev/null and b/org.fox.ttrss/src/main/res/drawable-xhdpi/ic_action_trending_down.png differ diff --git a/org.fox.ttrss/src/main/res/drawable-xhdpi/ic_action_trending_down_dark.png b/org.fox.ttrss/src/main/res/drawable-xhdpi/ic_action_trending_down_dark.png new file mode 100644 index 00000000..0f15737f Binary files /dev/null and b/org.fox.ttrss/src/main/res/drawable-xhdpi/ic_action_trending_down_dark.png differ diff --git a/org.fox.ttrss/src/main/res/drawable-xhdpi/ic_action_trending_flat.png b/org.fox.ttrss/src/main/res/drawable-xhdpi/ic_action_trending_flat.png new file mode 100644 index 00000000..33d96f00 Binary files /dev/null and b/org.fox.ttrss/src/main/res/drawable-xhdpi/ic_action_trending_flat.png differ diff --git a/org.fox.ttrss/src/main/res/drawable-xhdpi/ic_action_trending_flat_dark.png b/org.fox.ttrss/src/main/res/drawable-xhdpi/ic_action_trending_flat_dark.png new file mode 100644 index 00000000..8c1ea784 Binary files /dev/null and b/org.fox.ttrss/src/main/res/drawable-xhdpi/ic_action_trending_flat_dark.png differ diff --git a/org.fox.ttrss/src/main/res/drawable-xhdpi/ic_action_trending_up.png b/org.fox.ttrss/src/main/res/drawable-xhdpi/ic_action_trending_up.png new file mode 100644 index 00000000..33b01737 Binary files /dev/null and b/org.fox.ttrss/src/main/res/drawable-xhdpi/ic_action_trending_up.png differ diff --git a/org.fox.ttrss/src/main/res/drawable-xhdpi/ic_action_trending_up_dark.png b/org.fox.ttrss/src/main/res/drawable-xhdpi/ic_action_trending_up_dark.png new file mode 100644 index 00000000..ec479dbf Binary files /dev/null and b/org.fox.ttrss/src/main/res/drawable-xhdpi/ic_action_trending_up_dark.png differ -- cgit v1.2.3-54-g00ecf