aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_comment.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-07-18 04:00:46 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-07-18 04:00:46 +0000
commit611d6a90ec39707b4d4161da1eb5b19249e670c4 (patch)
treec5df1e52265e0593ae936be2242727804b886834 /app/src/main/res/layout/item_comment.xml
parent42497bb2475bbd0edaff79a6f1aaf99104e1b84b (diff)
downloadinfinity-for-reddit-611d6a90ec39707b4d4161da1eb5b19249e670c4.tar
infinity-for-reddit-611d6a90ec39707b4d4161da1eb5b19249e670c4.tar.gz
infinity-for-reddit-611d6a90ec39707b4d4161da1eb5b19249e670c4.tar.bz2
infinity-for-reddit-611d6a90ec39707b4d4161da1eb5b19249e670c4.tar.lz
infinity-for-reddit-611d6a90ec39707b4d4161da1eb5b19249e670c4.tar.xz
infinity-for-reddit-611d6a90ec39707b4d4161da1eb5b19249e670c4.tar.zst
infinity-for-reddit-611d6a90ec39707b4d4161da1eb5b19249e670c4.zip
Viewing rules after pressing rules button in PostXXXActivity is available. Extend MarkwonView to support opening reddit subreddit and user links.
Diffstat (limited to 'app/src/main/res/layout/item_comment.xml')
-rw-r--r--app/src/main/res/layout/item_comment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_comment.xml b/app/src/main/res/layout/item_comment.xml
index 088943f7..d03b0bad 100644
--- a/app/src/main/res/layout/item_comment.xml
+++ b/app/src/main/res/layout/item_comment.xml
@@ -42,7 +42,7 @@
</LinearLayout>
- <ru.noties.markwon.view.MarkwonView
+ <CustomView.CustomMarkwonView
android:id="@+id/comment_markdown_view_item_post_comment"
android:layout_width="match_parent"
android:layout_height="wrap_content"