How do I add image to drawable in android studio? -


i want add button icon in drawable resource folder. tried add png icon image asset when choose action bar , tab icon asset type dropdown list find image not clear , if returned luncher icon option image becomes clear. there has solution? action bar , tab icon (option)

luncher icon (option)

but when choose action bar , tab icon asset type dropdown list find image not clear , if returned luncher icon option image becomes clear.

as clear, can use launcher icon choosing application launcher.which means, can use default color mean, available launcher icon only.

and since using action bar , tab icon options can used 2 colors.like dark theme , white.

the best option use button is, goto imageasset -> launcher icon -> check clipart enabled , can use image colors want.

or can use: android drawable importer


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -