From d83ded01933d653ac7ea62e9f5f9c4915263a5ca Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 24 Aug 2018 10:38:37 +0800 Subject: Display a thumbtack icon if the post is stickied on top. Display a gold icon and the number of gold if the post is gilded. Load subreddit icons in LoadSubredditIconAsyncTaskListener instead of loading the icons in onPostExecute() of LoadSubredditIconAsyncTask in order to avoid loading icons on a destroyed activity when start the Activity and then press back or up button immediately. --- app/src/main/res/drawable/thumbtack.png | Bin 0 -> 6774 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 app/src/main/res/drawable/thumbtack.png (limited to 'app/src/main/res/drawable/thumbtack.png') diff --git a/app/src/main/res/drawable/thumbtack.png b/app/src/main/res/drawable/thumbtack.png new file mode 100644 index 00000000..b537f614 Binary files /dev/null and b/app/src/main/res/drawable/thumbtack.png differ -- cgit v1.2.3