Added icons to navigation drawer. #47
Settings now inline with rest of menu @Bind is onelined
This commit is contained in:
parent
0c9bc97fe8
commit
f63c454c2d
2 changed files with 4 additions and 4 deletions
|
@ -129,6 +129,8 @@ dependencies {
|
|||
compile('com.mikepenz:materialdrawer:4.6.4@aar') {
|
||||
transitive = true
|
||||
}
|
||||
compile 'com.mikepenz:google-material-typeface:2.1.0.1.original@aar'
|
||||
|
||||
compile('com.github.afollestad.material-dialogs:core:0.8.5.3@aar') {
|
||||
transitive = true
|
||||
}
|
||||
|
|
|
@ -29,12 +29,10 @@ public class MainActivity extends BaseActivity {
|
|||
@Bind(R.id.appbar) AppBarLayout appBar;
|
||||
@Bind(R.id.toolbar) Toolbar toolbar;
|
||||
@Bind(R.id.drawer_container) FrameLayout container;
|
||||
|
||||
@State int selectedItem;
|
||||
private Drawer drawer;
|
||||
private FragmentStack fragmentStack;
|
||||
|
||||
@State int selectedItem;
|
||||
|
||||
@Override
|
||||
protected void onCreate(Bundle savedState) {
|
||||
super.onCreate(savedState);
|
||||
|
|
Reference in a new issue