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

Make the navbar color uniformed to the app #4

Closed LuminarySage closed 4 years ago

LuminarySage commented 5 years ago

Just a minor cosmetic change. You could either extend the app to the navbar and make it transparent for Android 10 compatibility or just simply change the navbar color, your call.

Screenshot_20190914-233119

LuminarySage commented 5 years ago

Even better, you could extend the app edge to edge (which mean the status bar color should be uniformed too)

LuminarySage commented 4 years ago

This is way more annoying in dark mode

Screenshot_20191130-224016

enricocid commented 4 years ago

Don't worry,once finished with MPGO I will improve theme also for VDH implementing day night and edge to edge (^^)

LuminarySage commented 4 years ago

Alright, thanks for acknowledging it

enricocid commented 4 years ago

Screenshot_20191204-090534

Gonna push the update within today. Thanks for Your contribution on this improvement on MPGO and VDH 😁👌 For automatic dark theme I have to wait. On MPGO I'm using appcompat theme, here material theme to make bottom material component working (day night theme is still in beta sadly).

LuminarySage commented 4 years ago

day night theme is still in beta sadly

I don't see a beta sign up on the play store listing

enricocid commented 4 years ago

No no, I meant it is still not available in material components stable channel (current is 1.0.0). Actually day night theme is only available since 1.1.0- alpha01. Latest version of the lib is 1.2.0-alpha02. Anyway I have to use the stable release 1.0.0 that does not contain a day night theme. A solution could be to use AppCompat theme but then bottom bar wouldn't work. So have to wait it will be released to stable channel 😉