A
A
abi7project2021-05-04 12:49:22
android studio
abi7project, 2021-05-04 12:49:22

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>


Tell me how to eliminate his short-term appearance?
And how to rewrite the onCreate method of a single activity:

<activity
        android:name="android.support.customtabs.trusted.LauncherActivity">


Where to search and click?
Thank you!

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question