Reputation: 1647
I already made the layout.xml in the layout folder, but for a small device its not working
than = then =x
and after reading some articles, i must create a layout-small isnt it?
so im trying to do in android studio, it dont allow me saying that it already exist, BUT there is not layout-small folder =/ i should i do?
EDIT*
i already tried to create a folder manually in windows and restart android studio, not working too...
what i saw is that while gradle is building, i show all the folders, but after gradle finishes, it HIDE the folder
Look:
WHILE BUILDING:
AFTER BUILDING:
Upvotes: 1
Views: 984
Reputation: 7083
It may be a little bit stupid, but did you try creating this folder manually using Windows? If it is already, maybe restart Android Studio?
Also Screen Support
Note: Beginning with Android 3.2 (API level 13), these size groups are deprecated in favor of a new technique for managing screen sizes based on the available screen width. If you're developing for Android 3.2 and greater, see Declaring Tablet Layouts for Android 3.2 for more information.
Upvotes: 1