Android Studio – Support different screen sizes
I have been seeing, that to support different screen sizes, you have to use Constraint Layout. Is it possible to achieve this support on different screen sizes without using Constraint Layout? If so, is there a document or video where…