How to remove title bar in android?
App->src->main->res->values->styles.xml
Changes Style.xml to the
following
:parent="Theme.AppCompat.Light.NoActionBar"
following
:parent="Theme.AppCompat.Light.NoActionBar"
<uses-permission android:name="android.permission.INTERNET"/>