From e542ac51388b9293297bb74b851dcb5ded621a3e Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 8 Aug 2019 20:05:45 +0800 Subject: Log in other reddit accounts are available. Add an account switcher in the navigation drawer in MainActivity. --- app/src/main/res/layout/item_account.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 app/src/main/res/layout/item_account.xml (limited to 'app/src/main/res/layout/item_account.xml') diff --git a/app/src/main/res/layout/item_account.xml b/app/src/main/res/layout/item_account.xml new file mode 100644 index 00000000..d347dd67 --- /dev/null +++ b/app/src/main/res/layout/item_account.xml @@ -0,0 +1,25 @@ + + + + + + + + \ No newline at end of file -- cgit v1.2.3