add title bar android studio no title bar in theme code example
Example 1: android studio removing title bar
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar" />
Example 2: android studio change menu title
//android studio inside activity java
getSupportActionBar().setTitle("Your Title");