From 9f8713979411a27caee062b77f893617029b3d67 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Wed, 19 Feb 2020 16:27:05 +0800 Subject: The new nav bar is now fully functional. Fix wrong icon color in dark theme. --- app/src/main/res/layout/item_account.xml | 26 ---------------------- .../main/res/layout/item_nav_drawer_account.xml | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 app/src/main/res/layout/item_account.xml create mode 100644 app/src/main/res/layout/item_nav_drawer_account.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/item_account.xml b/app/src/main/res/layout/item_account.xml deleted file mode 100644 index 35405b82..00000000 --- a/app/src/main/res/layout/item_account.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/item_nav_drawer_account.xml b/app/src/main/res/layout/item_nav_drawer_account.xml new file mode 100644 index 00000000..35405b82 --- /dev/null +++ b/app/src/main/res/layout/item_nav_drawer_account.xml @@ -0,0 +1,26 @@ + + + + + + + + \ No newline at end of file -- cgit v1.2.3