You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
according to this #345
thanks @macdonst let me know the "white" situation
well,it is my screenshot,left side is Android 5.1.1,right side is Android 4.4.2
all code all the same
the icon in 5.1.1 will become gray but Android 4.4.2 is normal
is it a Android 5 "feature" just like the "white" situation ? (what a ugly feature XD...)
The text was updated successfully, but these errors were encountered:
Android app built with target-sdk > 20, running on a device with android 5.0 or higher
Just as is the case on #345, as explained by @macdonst , every system wide icon will be manipulated by android so that it is composed of transparent and a single main color pixels. On stock android, these colors are white for the notification icons, and gray for action icons. That applies to any and every app, unless they are creating custom notification objects from the start.
Android app built with target-sdk > 20, running on a device with android 4.4 or lower
The new apis are non-existant, so the icons will be shown AS IS.
Android app built with target-sdk = 20, running on a device with android 5.0 or higher
Although the new apis are present, the app is demanding to be treated as if the device was on android 4.4 or lower, so compatibility mode will apply, with the old (4.4) api taking place.
Android app built with target-sdk = 20, running on a device with android 4.4 or lower
The app is at home, there is no compatibility mode in place, so the icons will be shown AS IS.
according to this
#345
thanks @macdonst let me know the "white" situation
well,it is my screenshot,left side is Android 5.1.1,right side is Android 4.4.2
all code all the same
the icon in 5.1.1 will become gray but Android 4.4.2 is normal
is it a Android 5 "feature" just like the "white" situation ? (what a ugly feature XD...)
The text was updated successfully, but these errors were encountered: