Reimplement Markdown display due to update of Markwon library. Fixed RetryLoadingMoreCallback is null in MessageRecyclerViewAdapter.

This commit is contained in:
Alex Ning
2019-08-26 13:52:19 +08:00
parent 4d4e6165f0
commit 5e144c6de9
23 changed files with 264 additions and 78 deletions

View File

@@ -32,7 +32,7 @@
android:orientation="vertical"
android:padding="16dp">
<ru.noties.markwon.view.MarkwonView
<TextView
android:id="@+id/comment_parent_markwon_view_comment_activity"
android:layout_width="match_parent"
android:layout_height="wrap_content"

View File

@@ -42,7 +42,7 @@
</LinearLayout>
<CustomView.CustomMarkwonView
<TextView
android:id="@+id/comment_markdown_view_item_post_comment"
android:layout_width="match_parent"
android:layout_height="wrap_content"

View File

@@ -26,7 +26,7 @@
android:layout_marginBottom="8dp"
android:textColor="@color/primaryTextColor" />
<CustomView.CustomMarkwonView
<TextView
android:id="@+id/content_custom_markwon_view_item_message"
android:layout_width="match_parent"
android:layout_height="wrap_content" />

View File

@@ -71,7 +71,7 @@
android:textColor="@color/primaryTextColor"
android:textSize="18sp" />
<CustomView.CustomMarkwonView
<TextView
android:id="@+id/content_markdown_view_item_post_detail"
android:layout_width="match_parent"
android:layout_height="wrap_content"

View File

@@ -11,7 +11,7 @@
android:textColor="@color/primaryTextColor"
android:textSize="16sp" />
<CustomView.CustomMarkwonView
<TextView
android:id="@+id/description_markwon_view_item_rule"
android:layout_width="match_parent"
android:layout_height="wrap_content"