Navigation Drawer: set as always opened on tablets
问题 I am using the Navigation Drawer pattern from the support library: http://developer.android.com/training/implementing-navigation/nav-drawer.html I was trying to set it as always opened on tablet (as a side menu) Is that something possible with the current implementation, or do we have to create a new layout and a new structure with a Listview instead of reusing the same code? 回答1: Based on the idea of larger devices could have different layout files, I have created the follow project. https:/