in Android studio style.xml
parent="android:Theme.Holo.NoActionBar"
The action bar does not disappear when you configure .
What are the possible causes?
I use the actual nexus7 machine for the test.
Please let me know if you know more.
On the java side
getActionBar().hide();
Then it will be hidden.
© 2024 OneMinuteCode. All rights reserved.