aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/item_post_card_3_text.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/item_post_card_3_text.xml b/app/src/main/res/layout/item_post_card_3_text.xml
index 3f79cdec..80f1b927 100644
--- a/app/src/main/res/layout/item_post_card_3_text.xml
+++ b/app/src/main/res/layout/item_post_card_3_text.xml
@@ -218,7 +218,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="12dp"
- android:src="@drawable/ic_arrow_upward_grey_24dp"
+ android:src="@drawable/ic_upvote_24dp"
android:background="?actionBarItemBackground"
android:clickable="true"
android:focusable="true"
@@ -243,7 +243,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="12dp"
- android:src="@drawable/ic_arrow_downward_grey_24dp"
+ android:src="@drawable/ic_downvote_24dp"
android:background="?actionBarItemBackground"
android:clickable="true"
android:focusable="true"