Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android ic_drawer.png icon in white color?

I am searching the android icon named ic_drawer.png but in white color. Where can i find it ?

Today, in example app, i have found this icon only in gray :

enter image description here

like image 355
wawanopoulos Avatar asked Feb 20 '14 09:02

wawanopoulos


People also ask

How do I change the color of my drawer icon?

Changing the Icon Color To change the drawer icon color in Flutter: Simply add the iconTheme property inside the AppBar widget and assign the IconThemeData(color: [your_color]).

What is icon drawer?

Featured on Android smartphones and tablets, the app drawer is a menu containing all of the applications installed on the device. The app drawer is different from the home screen because it contains every installed app and cannot be customized.


2 Answers

You can download icon's from this link.

like image 98
user3059993 Avatar answered Nov 16 '22 03:11

user3059993


The Android Asset Studio has a very handy Navigation Drawer Indicator Generator, which allows you to set a custom color for your icon, and generate the required images in xxhdpi, xhdpi, hdpi and mdpi.

Bookmark the site, it has a lot of very useful tools for Android devs ;)

like image 28
2Dee Avatar answered Nov 16 '22 03:11

2Dee