Refering to this Question: How to make a shape with left-top round rounded corner and left-bottom rounded corner? I have just created a new Drawable folder called res\drawable-v12
in my android project. In this way I want all devices using an android version >= 12 to use res\drawable-v12
folder. Do I need to define it some where so the devices will use drawable-v12
folder?
Asked
Active
Viewed 166 times
0

Community
- 1
- 1

Chamara Keragala
- 5,627
- 10
- 40
- 58
1 Answers
1
nope. as long as you've got the right file structure res/drawable-v12
it'll be just fine.

adityajones
- 601
- 1
- 4
- 10