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
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.