I have converted my website into an app using Android Studio. However, every time the application open the website is not fit automatically to the screen. What I'm doing wrong? Do this have to deal with the padding? "16dp"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"