J
J
jcrush jcrush2020-10-07 06:33:50
Android
jcrush jcrush, 2020-10-07 06:33:50

How to hide url bar in android app apk?

I tried a bunch of options, but it doesn’t work, when the application starts, there is no line with the url, but after a second it pops up, where to dig?
7557cb62c25069861ad76.jpg

<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
        <!-- Customize your theme here. -->
        <item name="colorPrimary">@color/colorPrimary</item>
        <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
        <item name="colorAccent">@color/colorAccent</item>
        <item name="android:windowNoTitle">true</item>
        <item name="android:backgroundDimEnabled">false</item>
    </style>

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