Best way of implementing a scrolling navigation drawer
问题 I have been adding a navigation drawer to one of my apps, and I started to wonder whether or not it would be better to switch from using a ListView to multiple TextView s for the navigation drawer list items. Looking at the Google Design Guidelines on Navigation Drawer content (specifically the section on 'Scrolling'), I noticed that it may look nicer with multiple TextView s. At the moment, I am using a ListView and ImageView in my navigation drawer (it looks a little like this. However,