2018年12月28日 星期五

How to remove ACTION BAR in android with android studio

Step1. modify AndroidManifest.xml
Modify theme style to android:theme="@style/AppTheme.NoActionBar">





Step2. modify values\style.xml
Add NoActionBar style