Reputation: 484
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!
Upvotes: 2
Views: 4108
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