From 11ac14a3f13c893ff9cd98d01abe586a3c794bd9 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 5 Oct 2018 14:28:14 +0800 Subject: Display a crosspost icon if the post is a crosspost. Hide the thumbtack icon if the post is not viewed in its subreddit. Tweak the post layout. Minor bugs fixed. --- app/src/main/res/drawable/crosspost.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/src/main/res/drawable/crosspost.xml (limited to 'app/src/main/res/drawable/crosspost.xml') diff --git a/app/src/main/res/drawable/crosspost.xml b/app/src/main/res/drawable/crosspost.xml new file mode 100644 index 00000000..c8b43c52 --- /dev/null +++ b/app/src/main/res/drawable/crosspost.xml @@ -0,0 +1,17 @@ + + + + + + + \ No newline at end of file -- cgit v1.2.3