From 77a31056b2213999acc94cd5dad1a24c5b006f90 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Wed, 9 Oct 2019 16:40:45 +0800 Subject: Favorite and unfavorite subreddits are now available. --- app/src/main/res/layout/item_favorite_subreddits_divider.xml | 12 ++++++++++++ app/src/main/res/layout/item_subscribed_thing.xml | 10 +++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 app/src/main/res/layout/item_favorite_subreddits_divider.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/item_favorite_subreddits_divider.xml b/app/src/main/res/layout/item_favorite_subreddits_divider.xml new file mode 100644 index 00000000..7b3f34a8 --- /dev/null +++ b/app/src/main/res/layout/item_favorite_subreddits_divider.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_subscribed_thing.xml b/app/src/main/res/layout/item_subscribed_thing.xml index 92e381aa..bb76a5fb 100644 --- a/app/src/main/res/layout/item_subscribed_thing.xml +++ b/app/src/main/res/layout/item_subscribed_thing.xml @@ -17,10 +17,18 @@ + + \ No newline at end of file -- cgit v1.2.3