Android smartPhone app support for Android Tablet

后端 未结 2 1648
南笙
南笙 2021-01-22 05:55

I am creating an application in Android. Originally i was making it only for smartphones but now i want that same app to uspport for Android Tablet. The problem is of scaling. I

2条回答
  •  花落未央
    2021-01-22 06:32

    The problem was with the min sdk version. If i set the min sdk version as 3 or less or not set it at all, the scaling problem occured. But if i set it to 4 or greater, it works perfectly fine. The application occupies the complete tablet screen height and width after setting the min sdk version equal or greater than 4.

提交回复
热议问题