I want to add localized strings for my android app. Therefore I need a values-xx folder in my Res folder.
The original values folder has a blue dot, so I tried creat
Lets assume i Want to create a folder named "Daylight" under res.
Step 1: Right click on res.
Step 2: Then go to New.
Step 3: Then go to Folder.
Step 4: Then go to Res Folder Option and select.
A window will be open.
Step 5: At that window check the unchecked box "Change Folder Location"
and as assumed we have to create folder "Daylight"
Step 6: SO name the newly created folder as daylight, in this format. src/main/res/Daylight
Step 7: Then, Finally Click finish.