Android Question Tablet layout variant

jcesar

Active Member
Licensed User
Longtime User
Hi

What layout variation should I use for a 9-inch tablet (portrait) ?
 

PaulMeuris

Well-Known Member
Licensed User
If you mean a variant in the visual designer:
1750744396105.png

Or you can specify another variant via Other:
You might also want to check the device settings...
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
In most cases, you should not explicitly set the variant size.
Use anchor in the layout designer.
You can choose the available tablet layout size from the device dropdown during the design.

Check Video tutorial for B4A /DPI / DIP
 
Last edited:
Upvote 0
Top