Add a boolean variable isSendingMessage to avoid sending multiple messages before the first message is sent in ViewPrivateMessageActivity. When the message is being sent, the send button will have a secondary text color. Use wrap_content for comment content in item_comment.

This commit is contained in:
Alex Ning
2020-07-17 16:13:55 +08:00
parent 7d1aa07b9d
commit d06f66975e
6 changed files with 101 additions and 63 deletions

View File

@@ -106,7 +106,7 @@
<TextView
android:id="@+id/comment_markdown_view_item_post_comment"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:layout_marginStart="16dp"