From dac0a5edf38d5fcae02bc845bc9fe4da7edb5ee8 Mon Sep 17 00:00:00 2001 From: Jedi Burrell Date: Wed, 17 May 2017 01:08:31 -0400 Subject: [PATCH] Remove "Actions", and regroup sections in Drawer. Previously "Gists" was in it's own group, now it's with "Pinned". Previously the bottom group was titled "Actions", this removes that. --- app/src/main/res/menu/drawer_menu.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/src/main/res/menu/drawer_menu.xml b/app/src/main/res/menu/drawer_menu.xml index 68eca747..51c45894 100644 --- a/app/src/main/res/menu/drawer_menu.xml +++ b/app/src/main/res/menu/drawer_menu.xml @@ -38,11 +38,6 @@ android:id="@+id/pinnedMenu" android:icon="@drawable/ic_pin_filled" android:title="@string/pinned"/> - - - -