Last month Google / Jetpack released the stable version of the Watch Face library (blog post). It is stated that:
The
androidx.wear.watchface
package is the new recommended library for developing WearOS watch faces.
On GitHub there is a demo watch face project, made with the library, which includes many features. However, it does not explain how to add a background.
How should I add a background image to a androidx.wear.watchface
-based watch face?