How To Make A Selector In Android Studio
While taking a course, I was instructed to make an xml selector for a Button. The course said to make a new Android xml in Eclipse, but i am using Android Studio. Also when I custo
Solution 1:
Though it is already answered in the comment,
Solution 2:
First of all, there will be no drawable folder when establish a new Android Project in Android Studio likes Eclipse does. Right click on res folder--> New--> Android Resource Directory--> resource type--> drawable, and now you get a drawable folder, and then, you can add your new drawable resource file, selector, shape and .etc
Post a Comment for "How To Make A Selector In Android Studio"