How to add custom layout to scrollable navigation view footer?
i've tried extend navigationView to ListView, but it seems didn't work for design support 23+
i've tried add view inside navigation view, but it works only for static navigationView (un-scrollable navigationView) https://stackoverflow.com/a/30705784/3737254
i've tried nested navigationView, it seems didn't work (http://blog.nitish.io/post/122633295558/android-design-library-navigationview-with-footer)
any clues / helps?
thanks