android-material-drawer-template icon indicating copy to clipboard operation
android-material-drawer-template copied to clipboard

An Android template with navigation drawer for material design

Results 9 android-material-drawer-template issues
Sort by recently updated
recently updated
newest added

I've seen this crash a few times while using the navigation drawer. ``` java.lang.IllegalStateException: Cannot call this method while RecyclerView is computing a layout or scrolling at android.support.v7.widget.RecyclerView.assertNotInLayoutOrScroll(RecyclerView.java:1462) at android.support.v7.widget.RecyclerView$RecyclerViewDataObserver.onItemRangeChanged(RecyclerView.java:3000)...

If you try to rotate the device in landscape mode, you will notice that the app_title is not centered. the solution is this: in action_main.xml replaced with : ``` ```...

Try change home button with mNavigationDrawerFragment.showBackButton() for back to previous fragment but how to trigger on button is pressed and prevent open drawer? onOptionsItemSelected(MenuItem item) does not work.

The transition of change is direct, no animation as when the menu button is pressed.

I have compiled this library. when i customised drawer layout and according to it when i am trying to change main container's fragment it throws error.. can you please give...

ActionBar title can change, I tried to change, is not what I want effect

Hello! First of all thank you for this great project! I have some problems and I hope you know solution. I have MainActivity with ViewPager which had 3 Fragment. Each...

Close the soft keyboard on drawer open/close events. Tested on Android 4.0.4 and 5.0.2