Android Question New problem in statusbar icon color

devmobile

Active Member
Licensed User
I didn't have problem in last in my app (my app theme is white and statusbar icon was gray)
But now when i run my app,icon is white in android 6 (in last was gray)
I attach picture from my android statusbar
My theme:
B4X:
        <item name="colorPrimary">#262626</item>
        <item name="colorPrimaryDark">#262626</item>
        <item name="colorAccent">#01121A</item>
        <item name="windowNoTitle">true</item>
        <item name="windowActionBar">false</item>
        <item name="android:windowDisablePreview">true</item>
        <item name="android:windowLightStatusBar">true</item>

Target api is 24
 

Attachments

  • photo_2017-11-20_23-59-31.jpg
    8.7 KB · Views: 247
Cookies are required to use this site. You must accept them to continue using the site. Learn more…