I\'d like to create a full width navigation drawer. Setting layout_width to match_parent on @+id/left_drawer yields in width of about
layout_width
match_parent
@+id/left_drawer
Try out this worked for me :
Set width of included layout android:layout_width="320dp". For devices with different screen size you can dynamically set the width of this included layout.
android:layout_width="320dp"