Android Navigation Drawer on top ActionBar
问题 I\'m trying to make the navigation drawer over the action bar when it was slide to the right like this app: [Removed] This is my main activity\'s layout: <?xml version=\"1.0\" encoding=\"utf-8\"?> <android.support.v4.widget.DrawerLayout ...> <RelativeLayout android:orientation=\"vertical\" android:layout_width=\"fill_parent\" android:layout_height=\"fill_parent\"> ... </RelativeLayout> <fragment android:name=\"com....\" android:layout_gravity=\"start\" android:id=\"@id/navigation\" android