Hi! Is there a way I can set a widget preview depe...
# glance
r
Hi! Is there a way I can set a widget preview depending on the dark mode? Or should I provide light / dark widgets to the user all the time, ignoring the mode. I use
android:previewImage
to display the preview.
1
b
You could use a drawble-night directory to provide a night version of the asset
🙌 1
r
Thanks!