diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/item_post_card_2_with_preview.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/item_post_card_2_with_preview.xml b/app/src/main/res/layout/item_post_card_2_with_preview.xml index 88edcd81..eb67faac 100644 --- a/app/src/main/res/layout/item_post_card_2_with_preview.xml +++ b/app/src/main/res/layout/item_post_card_2_with_preview.xml @@ -235,7 +235,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" @@ -260,7 +260,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" |