From 28400822af6024906fccd8fb9893594d283bee1e Mon Sep 17 00:00:00 2001
From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>
Date: Sun, 17 Sep 2023 22:19:47 -0400
Subject: Use MaterialButton for icons in comments.
---
app/src/main/res/layout/item_comment.xml | 37 +++++++++++++++-----------------
1 file changed, 17 insertions(+), 20 deletions(-)
(limited to 'app/src/main/res/layout')
diff --git a/app/src/main/res/layout/item_comment.xml b/app/src/main/res/layout/item_comment.xml
index c3ee1b25..bd820199 100644
--- a/app/src/main/res/layout/item_comment.xml
+++ b/app/src/main/res/layout/item_comment.xml
@@ -204,20 +204,19 @@
app:layout_constraintStart_toEndOf="@+id/vote_button_toggle_item_post_comment"
app:layout_constraintTop_toTopOf="parent" />
-
+ app:layout_constraintTop_toTopOf="parent"
+ style="?attr/materialIconButtonOutlinedStyle" />
-
+ app:layout_constraintTop_toTopOf="parent"
+ style="?attr/materialIconButtonOutlinedStyle" />
-
+ app:layout_constraintTop_toTopOf="parent"
+ style="?attr/materialIconButtonOutlinedStyle" />
--
cgit v1.2.3