From 1bcbbbecc932c0572b376ab47b52ebe3850b90d3 Mon Sep 17 00:00:00 2001 From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> Date: Sun, 7 May 2023 22:55:22 +0800 Subject: Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1456 --- app/src/main/res/layout/item_comment.xml | 2 ++ 1 file changed, 2 insertions(+) (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 cfe48e6f..9889ca5a 100644 --- a/app/src/main/res/layout/item_comment.xml +++ b/app/src/main/res/layout/item_comment.xml @@ -75,7 +75,9 @@ android:layout_marginEnd="8dp" android:fontFamily="?attr/font_family" android:gravity="end" + android:text="@string/edited" android:textSize="?attr/font_default" + android:visibility="gone" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toStartOf="@id/top_score_text_view_item_post_comment" app:layout_constraintTop_toTopOf="parent" /> -- cgit v1.2.3