From 611d6a90ec39707b4d4161da1eb5b19249e670c4 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 18 Jul 2019 12:00:46 +0800 Subject: Viewing rules after pressing rules button in PostXXXActivity is available. Extend MarkwonView to support opening reddit subreddit and user links. --- app/src/main/res/layout/activity_rules.xml | 27 +++++++++++++++++++++++++++ app/src/main/res/layout/item_comment.xml | 2 +- app/src/main/res/layout/item_post_detail.xml | 2 +- app/src/main/res/layout/item_rule.xml | 22 ++++++++++++++++++++++ 4 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 app/src/main/res/layout/activity_rules.xml create mode 100644 app/src/main/res/layout/item_rule.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/activity_rules.xml b/app/src/main/res/layout/activity_rules.xml new file mode 100644 index 00000000..6678f13c --- /dev/null +++ b/app/src/main/res/layout/activity_rules.xml @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file 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 @@ - - + + + + + + + \ No newline at end of file -- cgit v1.2.3