Android Question ProgressDialogShow is making status bar disappear

Alberto Iglesias

Well-Known Member
Licensed User
Longtime User
I have this on my manifest
B4X:
CreateResource(values, theme.xml,
<resources>
    <style name="MyAppTheme" parent="Theme.AppCompat.Light.NoActionBar">
        <item name="colorPrimary">#0098FF</item>
        <item name="colorPrimaryDark">#007CF5</item>
        <item name="colorAccent">#3F89CA</item>
        <item name="windowNoTitle">true</item>
        <item name="windowActionBar">false</item>
        <item name="android:windowLightStatusBar">false</item> 
        <item name="android:windowTranslucentNavigation">false</item>
         <item name="android:windowTranslucentStatus">true</item>
    </style>
</resources>
)

but no make any sense!
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…