0
Providing a "responsive view" in Android applications without using Jetpack Compose
Hello, I am designing a screen in an Android application using only xml.But I need to make it responsive screen.When switching from the phone screen to the tablet screen, the text becomes smaller. The design becomes useless.Is there a way to design a single screen and make it suitable for both phones and tablets?
1 Antwort
0
Do you wrap_parent?