Is possible to increase the size of ActionBarDrawerToggle (Drawer menu)?

后端 未结 4 421
梦毁少年i
梦毁少年i 2021-01-20 09:28

I followed ActionBarDrawerToggle GUIDE

And I know how to show the icon of drawer on Action Bar by using drawerImageRes in this.

p

4条回答
  •  不知归路
    2021-01-20 10:08

    When you construct a new ActionBarDrawerToggle one of the parameters is the drawerImageRes. If you want this resource to be larger, try editing this resource (usually R.drawable.ic_drawer) and increasing its size.

提交回复
热议问题