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"

View File

@@ -1084,6 +1084,9 @@
<string name="give_award_success">Award given</string>
<string name="give_award_failed">Failed</string>
<string name="edited">Edited</string>
<string name="edited_time">Edited on %s</string>
<string name="warning">Warning</string>
<string name="this_is_a_nsfw_subreddit">This is a NSFW subreddit.</string>
<string name="this_user_has_nsfw_content">This user has NSFW content</string>