I would like to have for example a LinearLayout or a RelativeLayout sliding from the left of the screen instead of a lone ListView.
LinearLayout
RelativeLayout
ListView
Try moving android:id="@+id/left_drawer" to the LinearLayout instead of the ListView
android:id="@+id/left_drawer"