enricocid / VectorifyDaHome

📱 Minimal app to apply wallpapers from a vast (400+) collection of vector graphics 🙃 :trollface:
Apache License 2.0
271 stars 34 forks source link

fix display cutout / notch support #46

Closed wangcheng closed 2 years ago

wangcheng commented 2 years ago

currently the support for notch is broken. mainly because we didn't reassign layoutParams to the view so the new params won't apply.

to solved this. I rewritten the logic and improve the notch handling.

test screenshots:

I test some scenarios with notch emulation in the developers options menu.

notch on the top and bottom

notch in the corner:

enricocid commented 2 years ago

Thanks, gonna test ASAP 😁