在开发指南中他们说如果导航抽屉打开,右边显示边界的间隙应为56dp。我怎样才能做到这一点?因为在xml中“match_parent - 56dp”不起作用。 :d Guidelines 求救!
答案 0 :(得分:1)
我认为大多数Drawer小部件默认为56dp,如 android.support.v4.widget.DrawerLayout
" match_parent - 56dp" 的等效值为 layout_width =" match_parent" 和 layout_marginRight =" 56dp" ,用于更大版面内的xml视图或布局。