mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Show if comments are edited (#1388)
This commit is contained in:
@@ -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"
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user