jensstein / oandbackup

backup manager for android
Other
539 stars 193 forks source link

[ENHANCEMENT] material notification icon #216

Open MarcAnt01 opened 5 years ago

MarcAnt01 commented 5 years ago

Status bar doesn't follow Material Design guide lines, it should be white, instead of colored as it is

ildar commented 5 years ago

I guess this implies building with newer targetSDK. Wonder if it would require much effort?

MarcAnt01 commented 5 years ago

I don't think so, the white notification icon was introduced with Android 4.4 KitKat, which is the minimum Android version where this app works, so there's no point of keeping old icon

ildar commented 5 years ago

wrong. It is JB (4.2): https://github.com/jensstein/oandbackup/blob/master/src/main/AndroidManifest.xml#L7

MarcAnt01 commented 5 years ago

You are wrong too, it's JB 4.1😜, anyway, thx for correcting me