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.
This commit is contained in:
Jedi Burrell 2017-05-17 01:08:31 -04:00
parent c35619de5e
commit dac0a5edf3

View File

@ -38,11 +38,6 @@
android:id="@+id/pinnedMenu"
android:icon="@drawable/ic_pin_filled"
android:title="@string/pinned"/>
</group>
<group
android:id="@+id/group_two"
android:checkableBehavior="none">
<item
android:id="@+id/gists"
android:icon="@drawable/ic_gists"
@ -52,7 +47,6 @@
<group
android:id="@+id/group_three"
android:checkableBehavior="none">
<item android:title="@string/action">
<menu>
<item