From 82b6cb16f6f36a5e687a81759942d9a8fccfedf2 Mon Sep 17 00:00:00 2001 From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> Date: Fri, 23 Feb 2024 16:06:15 -0500 Subject: Fix comment button not shown in post compact layout. --- app/src/main/res/layout/item_post_compact.xml | 1 + app/src/main/res/layout/item_post_compact_right_thumbnail.xml | 1 + 2 files changed, 2 insertions(+) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/item_post_compact.xml b/app/src/main/res/layout/item_post_compact.xml index 7b2c42af..3ef422b0 100644 --- a/app/src/main/res/layout/item_post_compact.xml +++ b/app/src/main/res/layout/item_post_compact.xml @@ -329,6 +329,7 @@ android:textStyle="bold" android:fontFamily="?attr/font_family" app:strokeWidth="0dp" + app:icon="@drawable/ic_comment_grey_24dp" app:iconTint="@null" app:iconSize="24dp" app:iconPadding="12dp" diff --git a/app/src/main/res/layout/item_post_compact_right_thumbnail.xml b/app/src/main/res/layout/item_post_compact_right_thumbnail.xml index d86c8261..fc2e338c 100644 --- a/app/src/main/res/layout/item_post_compact_right_thumbnail.xml +++ b/app/src/main/res/layout/item_post_compact_right_thumbnail.xml @@ -326,6 +326,7 @@ android:textStyle="bold" android:fontFamily="?attr/font_family" app:strokeWidth="0dp" + app:icon="@drawable/ic_comment_grey_24dp" app:iconTint="@null" app:iconSize="24dp" app:iconPadding="12dp" -- cgit v1.2.3