Full width Navigation Drawer

后端 未结 14 775
名媛妹妹
名媛妹妹 2020-12-08 03:57

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

14条回答
  •  情歌与酒
    2020-12-08 04:40

    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.

提交回复
热议问题