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_with_preview.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/src/main/res/layout/item_post_card_3_with_preview.xml b/app/src/main/res/layout/item_post_card_3_with_preview.xml
index 237e2847..ca3492da 100644
--- a/app/src/main/res/layout/item_post_card_3_with_preview.xml
+++ b/app/src/main/res/layout/item_post_card_3_with_preview.xml
@@ -283,7 +283,8 @@
android:textStyle="bold"
android:fontFamily="?attr/font_family"
app:strokeWidth="0dp"
- app:icon="@drawable/ic_upvote_24dp" />
+ app:icon="@drawable/ic_upvote_24dp"
+ android:backgroundTint="#00000000" />
<com.google.android.material.button.MaterialButton
style="?attr/materialButtonOutlinedStyle"
@@ -294,7 +295,8 @@
android:paddingEnd="8dp"
android:minWidth="0dp"
app:strokeWidth="0dp"
- app:icon="@drawable/ic_downvote_24dp" />
+ app:icon="@drawable/ic_downvote_24dp"
+ android:backgroundTint="#00000000" />
</com.google.android.material.button.MaterialButtonToggleGroup>