Hello,
but I want to know if it possible to design a none scroll layout that fits in any device screen.
I am afraid this answer is no, Android have too much device sizes.
As your mentioned, you can use ScrollView
or FlexLayout to fit more device sizes.
And try not to use AbsoluteLayout
or set specific width or height for your controls.
Before releasing your application, you can test on different devices by Android Device Manager Or Appcenter. For example, if different device types have screen fit issue, base on different device type, you can provide different layout.
Best Regards,
Leon Lu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.