I can't see my drawable's subfolders(drawable_ldpi, drawable_mdpi, ....) in android studio's project directory on left
And i can't access images in those folders as well but when i open it in project level i can see those folders but still can't access them in my xml or java.
And here's the folder that contains them
Every Help will be appreciated.
drawable-*
directories are supposed to be outside of drawable
directory.
All drawable-*
directories are supposed to be in res
directory.
Read how it works here.