I am having a trouble in Xamarin. I added a folder in drawable. I named it "puzzles". Now, I can not set source of the ImageView which image is in that folder. I cant see my files which is in puzzles folder. Here is screenshot.
Asked
Active
Viewed 963 times
1 Answers
0
Well you are not allowed to have sub folders in the Resources
folders. If you need a visible difference between your files in the drawable
directory go for a naming convention like calling them puzzles_nameOfFile

Alex.F
- 5,648
- 3
- 39
- 63
-
It is so interesting. Files may be mixed. I just would like to seperate them. Thank you for your reply. – john chen Dec 04 '14 at 15:13