The constraint layout is designed so elements in a view don't care about screen size, hard coding values into its xml makes it totally useless, use containers or make good use of constraint layout
try using the app in landscape mode and see what happens :3
The constraint layout is designed so elements in a view don't care about screen size, hard coding values into its
xml
makes it totally useless, use containers or make good use of constraint layouttry using the app in landscape mode and see what happens :3