libres
libres copied to clipboard
Night/Dark mode support for Android and iOS
Would be nice if we could support night/dark mode.
- For Android this would mean to put those images into
drawable-night-nodpi
. - For iOS this would mean to create an
"appearances" : [ { "appearance" : "luminosity", "value" : "dark" } ]
entry in theimageset
.
I am gonna prepare a PR for that.