diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-08-26 05:52:19 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-08-26 05:52:19 +0000 |
commit | 5e144c6de94d4fe2233b83b3c804d101ebcbe703 (patch) | |
tree | 14273c38afda18eec84b9a135b62247331e207be /app/src/main/res/layout/item_post_detail.xml | |
parent | 4d4e6165f0e1bcd72c54fa015a9e1112103e9062 (diff) | |
download | infinity-for-reddit-5e144c6de94d4fe2233b83b3c804d101ebcbe703.tar infinity-for-reddit-5e144c6de94d4fe2233b83b3c804d101ebcbe703.tar.gz infinity-for-reddit-5e144c6de94d4fe2233b83b3c804d101ebcbe703.tar.bz2 infinity-for-reddit-5e144c6de94d4fe2233b83b3c804d101ebcbe703.tar.lz infinity-for-reddit-5e144c6de94d4fe2233b83b3c804d101ebcbe703.tar.xz infinity-for-reddit-5e144c6de94d4fe2233b83b3c804d101ebcbe703.tar.zst infinity-for-reddit-5e144c6de94d4fe2233b83b3c804d101ebcbe703.zip |
Reimplement Markdown display due to update of Markwon library. Fixed RetryLoadingMoreCallback is null in MessageRecyclerViewAdapter.
Diffstat (limited to 'app/src/main/res/layout/item_post_detail.xml')
-rw-r--r-- | app/src/main/res/layout/item_post_detail.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_post_detail.xml b/app/src/main/res/layout/item_post_detail.xml index a1fc7776..886f169f 100644 --- a/app/src/main/res/layout/item_post_detail.xml +++ b/app/src/main/res/layout/item_post_detail.xml @@ -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" |