I am using the Galaxy Tab a 2016 with Spen product. It's 10.1 inches tall, so when I make an app in Android Studio, I made it based on 10.1 inches, but when I install it on the tab, the layout is all twisted like the screen comes out in 7 inches, not 10.1 inches. What the hell is wrong with you? I can't fix itHow do I solve this problem
android android-studio
First of all, please visit the https://developer.android.com/training/multiscreen/screendensities site.
For multi-device support, you can branch folders such as layout or dimens.xml, but we recommend that you work with properties such as wrap_content or constraint percent of Constraint Layout without writing dimension values directly from layout.
© 2024 OneMinuteCode. All rights reserved.