Skip to content Skip to sidebar Skip to footer

Android Drawable Ic_menu_star Not Working?

I'm designing a menu in XML:

The only way to use this drawable is to copy it into your own drawable directory and reference it there.

Edit: Google have since added a pack of action bar icons to the Android Developer site.


Solution 2:

Best way to find the default ones in Android Studio and right click on /drawable folder -> New -> Image Asset and follow the steps, most likely the asset is in "ClipArt" enter image description here


Post a Comment for "Android Drawable Ic_menu_star Not Working?"