Pregunta

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

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top