AlstonLin / TheLearningLock

A lock screen that learns
GNU Lesser General Public License v3.0
2 stars 1 forks source link

Add a status bar #31

Closed AlstonLin closed 7 years ago

AlstonLin commented 7 years ago

Right now, all other 3rd party lock screen apps are doing a custom status bar to replace the default one when the screen is locked, and increasing the overlay draw priority to the highest to cover the existing one.

This is a workaround from the fact that other apps can change the status bar color, and make it something other than transparent, which would make the UI of the lockscreen really wierd.

Things that the status bar should include

Obtain icons from here: https://github.com/google/material-design-icons/tree/master/device/drawable-hdpi

AlstonLin commented 7 years ago

It looks like Android N updates actually fixes this problem, so this needs to be tested on older phones

AlstonLin commented 7 years ago

Bug can be seen when testing using Nexus 5 on API 19