i don’ tr want use ConsrtrainsLayout but i have to develop a splashscreen with big log to cenrter and a little text (copyright) to bottom.
what layout can use Box or two Box? I used two Box
You can use a single box with .fillMaxSize() and then place elements inside with .align modifier.
This will help you to not worry even for small screen devices @Android75