Posts by Adley • 111 points
1 post
-
1
votes2
answers396
viewsA: Navigation Drawer
If you change android.support.v4.widget.DrawerLayout by a RelativeLayout. You can use the tag android:layout_below="@id/id_app_bar" (you will need to create an app_bar include pro id). Another way,…