Android-studio-material-template icon indicating copy to clipboard operation
Android-studio-material-template copied to clipboard

A template for Android Studio to create applications with material design and Navigation Drawer.

Results 13 Android-studio-material-template issues
Sort by recently updated
recently updated
newest added

getResources().getDrawable() deprecated

Add templates for tablayouts also tablayouts + nav drawers at the same time.

Referencing `inflater.inflate(R.layout.[what do I put here], container, false)` in `onCreateView` of `NavigationDrawerFragment`, what do I put/make for that to work? All other code is correct but I haven't found anything...

I got these warnings on adding more than one Material Drawer Activity to Same Project, and i am afraid it will generate error and that must be corrected manually... ```...

Is there a way to refresh the navigation drawer? I have added if statements when building my menu items, so I just have to call onCreateView() again, so that it...

Does anyone know a way to add a horizontal divider between items? Thank you.

New way: copy to Android SDK template dir instead of .app folder

There is a minor bug with toolbar in landscape mode. The navigation drawer layout is a bit upper and the text becomes too small

Anonymous 29 MAY 2015 AT 14:47 Excellent Class. Two feedback for your considerations: 1) Add int ID in NavigationItem which is easier to handle in callback than the position 2)...