문제

How can I use Google's new icon? Is this a resource? Or something you can add in code, such as:

actionBar.setDisplayHomeAsUpEnabled(showHomeAsUp)

Here is picture from dev site (note: It's the "3 Lines" that I am seeking):

enter image description here

도움이 되었습니까?

해결책

The icon is available for download in the Android developers downloads section. Find it at /Navigation_Drawer_Indicator in the ZIP file.

Drawer icon

If you are looking for the new material navigation drawer icon, you can find it in the official Material Design Icons in different colors and sizes, for example at navigation/drawable-xxhdpi/ic_menu_black_24dp.png.

Material drawer icon

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top