→ 안드로이드 default AppBar인 ActionBar 제거
// themes.xml
<resources xmlns:tools="<http://schemas.android.com/tools>">
<!-- Base application theme. -->
<style name="Theme.Task2" parent="Theme.AppCompat.Light.DarkActionBar">
. . .
</style>
</resources>
<resources xmlns:tools="<http://schemas.android.com/tools>">
<!-- Base application theme. -->
<style name="Theme.Task2" parent="Theme.AppCompat.Light.NoActionBar">
. . .
</style>
</resources>
// DarkActionBar -> NoActionBar로 수정