android delete title bar code example
Example 1: android studio removing title bar
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar" />
Example 2: remove title bar android studio
getSupportActionBar().hide();
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar" />
getSupportActionBar().hide();