2015-04-22 91 views
-1

其实我在Eclipse生成我的抽屉式导航栏自动有这个汉堡包图标:附近的汉堡添加图标,导航抽屉

enter image description here

我会得到这样的结果:

enter image description here

+0

我们展示你的代码? – Peanut

+0

我认为这将帮助你[在这里输入链接描述](https://stackoverflow.com/questions/38373481/remove-large-padding-after-hamburger-menu-icon-in-android-toolbar) –

回答

2

第一的事情,总是显示你已经尝试解决你的查询。
二来回答这个问题,尝试

ActionBar actionBar = getSupportActionBar(); 
actionBar.setLogo(R.drawable.ic_launcher); 
actionBar.setDisplayUseLogoEnabled(true); 
actionBar.setDisplayShowHomeEnabled(true); 
0

这个地方在你的widget

android:drawableRight="@drawable/image" 
+0

欢迎来到堆栈溢出!请注明链接的最相关的部分,如果目标站点不可达或永久脱机状态。请参阅[我如何写出一个好答案](http://stackoverflow.com/help/how-to-answer)。 – Gattsu