Answer the question
In order to leave comments, you need to log in
Android Studio PWA how to get rid of Action Bar?
I'm trying to write a PWA application for my site, everything works, but when I start it, the ActionBar flickers, which I disabled in the styles:
<style name="AppTheme" parent="@style/Theme.AppCompat.Light.NoActionBar">
<item name="windowNoTitle">true</item>
<item name="windowActionBar">false</item>
<item name="android:windowNoTitle">true</item>
</style>
<activity
android:name="android.support.customtabs.trusted.LauncherActivity">
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question