From 07b32b39007136ac8f6e326da791562a107716ad Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Mon, 20 Aug 2018 00:04:49 +0800 Subject: Rename some classes. Change the logic of getting the subreddit icon. Prepare to display posts in ViewSubredditDetailActivity. --- app/src/main/res/layout/content_view_subreddit_detail.xml | 15 ++++----------- app/src/main/res/layout/item_best_post.xml | 3 ++- 2 files changed, 6 insertions(+), 12 deletions(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/content_view_subreddit_detail.xml b/app/src/main/res/layout/content_view_subreddit_detail.xml index c6334e7d..2b27dd3c 100644 --- a/app/src/main/res/layout/content_view_subreddit_detail.xml +++ b/app/src/main/res/layout/content_view_subreddit_detail.xml @@ -1,17 +1,10 @@ - - - - - \ No newline at end of file + tools:showIn="@layout/activity_view_subreddit_detail" /> diff --git a/app/src/main/res/layout/item_best_post.xml b/app/src/main/res/layout/item_best_post.xml index 4bd95542..5978957c 100644 --- a/app/src/main/res/layout/item_best_post.xml +++ b/app/src/main/res/layout/item_best_post.xml @@ -2,7 +2,8 @@