From 879f282735ba7d030d88c6269b27cb494a4bebbe Mon Sep 17 00:00:00 2001 From: Aaron Sun Date: Tue, 10 Nov 2020 20:11:49 -0800 Subject: [PATCH] Moved link to list page to above link to profile page in hamburger menu --- .../main/res/menu/activity_main_drawer.xml | 26 +++++++++---------- .../main/res/navigation/mobile_navigation.xml | 11 ++++---- Listify/app/src/main/res/values/strings.xml | 4 +-- 3 files changed, 20 insertions(+), 21 deletions(-) diff --git a/Listify/app/src/main/res/menu/activity_main_drawer.xml b/Listify/app/src/main/res/menu/activity_main_drawer.xml index d573500..3cbff13 100644 --- a/Listify/app/src/main/res/menu/activity_main_drawer.xml +++ b/Listify/app/src/main/res/menu/activity_main_drawer.xml @@ -6,8 +6,19 @@ + + + + + @@ -16,18 +27,5 @@ - - - - - - - \ No newline at end of file diff --git a/Listify/app/src/main/res/navigation/mobile_navigation.xml b/Listify/app/src/main/res/navigation/mobile_navigation.xml index cb76e14..b1c5870 100644 --- a/Listify/app/src/main/res/navigation/mobile_navigation.xml +++ b/Listify/app/src/main/res/navigation/mobile_navigation.xml @@ -11,6 +11,12 @@ android:label="@string/menu_home" tools:layout="@layout/fragment_home" /> + + - \ No newline at end of file diff --git a/Listify/app/src/main/res/values/strings.xml b/Listify/app/src/main/res/values/strings.xml index ef47675..d21efe1 100644 --- a/Listify/app/src/main/res/values/strings.xml +++ b/Listify/app/src/main/res/values/strings.xml @@ -7,7 +7,8 @@ Navigation header Settings - Profile + My Lists + Profile Gallery Slideshow @@ -29,7 +30,6 @@ Search Button SearchResults Store selection - My Lists ItemDetails Add to list Add to new list