Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android: anyone know the filename for the "settings" icon?

Tags:

android

I am looking for the gear shaped settings icon but can't find it in the sdk drawables. Does anyone know the filename?

Thank you

like image 514
ab11 Avatar asked Mar 31 '11 19:03

ab11


People also ask

What is the name of the settings icon?

Settings (Gear icon)

How do I change an Android app icon?

Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project. Step 2 − Further follow the path to reach the desired folder to add icon (app → res → mipmap). Step 3 - Add you app icon. You can just simply copy and paste the image in mipmap folder.

Is Android roundIcon required?

You must only use the android:roundIcon attribute if you require a different icon asset for circular masks, if for example the branding of your logo relies on a circular shape.


1 Answers

I believe that ic_menu_preferences.png is what you're looking for. It's in the drawables-?dpi directories, not in drawables.

like image 197
Ted Hopp Avatar answered Oct 06 '22 00:10

Ted Hopp