Add 9-patch image to Android Studio

I created a nine -patch image using Simple Nine-Patch Generator . This creates a directory with a folder res

containing folders for each pixel density of the image.

You Eclipse with ADT

can simply drag and drop these folders into res

your project folder .

It might not seem like a problem, but how do I add these generated nine-patch images to Android Studio? I am using Android Studio 1.0.1.

+3


source to share


1 answer


If your problem is that you cannot find the available blueprints, you can select pakages from the top left side of the project structure, there you can find the res folder and you could paste the 9 path into the respective folders enter image description here



+3


source







All Articles