I've seen in several apps a non-standard back button (image #2) in the action bar,

Normally when I config a navigation drawer or the setDisplayHomeAsUpEnabled it just looks like image #1

How can i accomplish the non-standard style?

没有正确的解决方案

其他提示

That is not a back button. It is sometimes called a "hamburger icon", and it is specifically used for indicating the presence of DrawerLayout navigation. You can find more information in the Android documentation. You can see more about the icon's functionality here.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top