remove the title bar in android studio code example
Example 1: android studio removing title bar
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar" />
Example 2: removing title bar from android app
res -> values -> styles.xml
<item name="windowNoTitle">true</item>