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