SlidingRootNav icon indicating copy to clipboard operation
SlidingRootNav copied to clipboard

DrawerLayout-like ViewGroup, where a "drawer" is hidden under the content view, which can be shifted to make the drawer visible.

Results 54 SlidingRootNav issues
Sort by recently updated
recently updated
newest added

how can l mack the layout draggable around the screen ??

It doesnot show the fragment using FrameLayout only showing transparent screen with drawer in background

`compile` and `jcenter` will be deprecated, please update it as soon as possible!

hamburger icon stops responding to clicks when using this method in the builder

Hi Sir! Big Fan. Absolutely loved your great library and using it from a few days. I have made few simple changes in READ.ME file regarding installation of dependency in...

https://jeroenmols.com/blog/2021/02/04/migratingjcenter/

In activity onCreate View view = LayoutInflater.from(this).inflate(R.layout.content_setting, null); slidingRootNav = new SlidingRootNavBuilder(this) .withMenuOpened(true) .withContentClickableWhenMenuOpened(true) .withSavedState(savedInstanceState) .withMenuView(view) .inject(); And in my content_setting.xml i have a button, i need to apply action...