Skip to content

Instantly share code, notes, and snippets.

@nganthony
Created January 30, 2016 17:44
Show Gist options
  • Save nganthony/1aadc7b8c602f0ea2aea to your computer and use it in GitHub Desktop.
Save nganthony/1aadc7b8c602f0ea2aea to your computer and use it in GitHub Desktop.
package com.ng.anthony.mininavigationdrawer;
/**
* Created by Anthony on 16-01-25.
*/
public enum MenuActionItem {
ITEM1,
ITEM2,
ITEM3,
ITEM4,
ITEM5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment