Show if comments are edited (#1388)

This commit is contained in:
Thomas
2023-04-24 16:14:27 +02:00
committed by GitHub
parent abb9acb4d8
commit 44a553efac
6 changed files with 42 additions and 2 deletions

View File

@@ -68,6 +68,18 @@
app:layout_constraintTop_toBottomOf="@id/author_text_view_item_post_comment"
tools:visibility="visible" />
<TextView
android:id="@+id/edited_text_view_item_post_comment"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginEnd="8dp"
android:fontFamily="?attr/font_family"
android:gravity="end"
android:textSize="?attr/font_default"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@id/top_score_text_view_item_post_comment"
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/top_score_text_view_item_post_comment"
android:layout_width="0dp"