Show awards for comments.

This commit is contained in:
Alex Ning
2020-04-16 21:50:25 +08:00
parent f0125edd23
commit 504b005cf7
6 changed files with 159 additions and 61 deletions

View File

@@ -99,6 +99,15 @@
</androidx.constraintlayout.widget.ConstraintLayout>
<TextView
android:id="@+id/awards_text_view_item_comment"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:paddingStart="16dp"
android:paddingEnd="16dp"
android:visibility="gone" />
<TextView
android:id="@+id/comment_markdown_view_item_post_comment"
android:layout_width="match_parent"