jramirez
jramirez

Reputation: 484

Where can I get the Android ICS menu button icon?

I take two days searching the ICS menu's icon, but I don't find it in anyplace. It's the icon that appear on the photo's right corner, I've downloaded the ics's icon set but nothing, it's not include. Do you have it? Where can I download it? Or I have to make the icon? Thanks a lot!

http://developer.android.com/design/media/iconography_actionbar_colors.png

Upvotes: 2

Views: 4108

Answers (1)

Rathakrishnan Ramasamy
Rathakrishnan Ramasamy

Reputation: 1612

You can find those icon's from your Android SDK directory. for example if you have your Android SDK in D:** means, you can find from this path **D:\android-sdk-windows\platforms\android-8\data\res\drawable-mdpi . and then you can add ICS icon's like this in your xml file android:icon="@android:drawable/ic_menu_search". hope this one may helps you.

Upvotes: 9

Related Questions