Android导航抽屉左边距

时间:2014-10-29 06:49:46

标签: android android-actionbar navigation-drawer

我想为导航抽屉设置左边距,就像新游戏市场一样。 enter image description here

我使用android.support.v7中的ActionBarDrawerToggle,但我无法在抽屉指示器的左侧留出边距。 enter image description here

有可能吗?

更新 是的,使用工具栏小部件我看到了边距。但我还有另一个问题:这是白色的导航抽屉

enter image description here

但是当我使用

mDrawerToggle.setDrawerIndicatorEnabled(false);
mDrawerLayout.setDrawerLockMode(DrawerLayout.LOCK_MODE_LOCKED_CLOSED);

我看到黑色的图标

enter image description here

我可以通过编程方式将按钮设为白色吗?或仅使用自定义图标?

1 个答案:

答案 0 :(得分:0)

AFAIK,他们使用工具栏代替操作栏。在Playstore以及播放音乐。在工具栏中,它可以自定义,但在操作栏中,它的位置默认为。