I was trying to create a new 9patch image file and place into the res/drawable folder.The png file I created keep deleted from the folder during compilation. But the label_bg.png 9patch file (which i copied from the example) didn't get deleted. I copied and changed the color from the "label_bg.png" file for the new png file. But I use a common image editor to change the color and edit it again using SDK 9patch tools. Any advice?
You have two options:
- Set the file to be readonly.
- If you are using B4A v3.20 you can use the new #AdditionalRes attribute to set another folder to act as the res folder. The compiler will delete the files there.
You have two options:
- Set the file to be readonly.
- If you are using B4A v3.20 you can use the new #AdditionalRes attribute to set another folder to act as the res folder. The compiler will delete the files there.