I find that when trying my app on the mobile, or when changing the emulator with other larger dimensions. there is a screen, that is to say that the screen remains blank. And if I emulate or try in smaller terminals, it is cut What guidelines do I have to follow so that regardless of the terminal that opens the app, occupy the entire screen? Use the "dp" units of measure
Before updating Android Studio, just after creating a project the layouts had a RelativeLayout and inside playing with layout_below regardless of which terminal emulate was always good.
Now after updating I do not see that option layout_below
EDIT: I'm seeing that there are some folders in res with the different combinations of screen size, width, height, and density of the screens.
Does anyone know or know where to consult, all the folders with the possible combinations of sizes and densities ?? to just have to make the layouts of all combinations
EDIT: I found this:
Does it mean that I have to do all the convincing?
Examples:
layout-large-ldpi layout-large-mdpi layout-large-hdpi layout-large-xdpi layout-large-xxdpi layout-large-xxxdpi
layput-xlarge-ldpi layput-xlarge-mdpi layput-xlarge-hdpi layput-xlarge-xdpi layput-xlarge-xxdpi layput-xlarge-xxxdpi
Would I have to do all those layout and go designing each of them so that it looks on any device correctly?