Drawer Navigation with textview and listview
问题 I'm trying to include a TextView to the standard Drawer Navigation for android. But i really don't know how to use it. This is what i have thus far. <android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/drawer_layout" android:layout_width="match_parent" android:layout_height="match_parent"> <!-- As the main content view, the view below consumes the entire space available using match_parent in both dimensions. --> <FrameLayout