This is a Watch Face Format (WFF) version of an old watch face that I liked a lot by Geng Gao. It hasn't been updated since 2015 and I wanted a new version of it for my new Pixel watch.
It wasn't super challenging to implement. I vectorized the original design, so I could scale up to the new 450px x 450px screen (original was 320px x 320px). After that, I decided to forgo Watch Face Studio and go for WFF XML, WFS didn't really provide all the features that I wanted (mostly text layout). Finally, I created the XML and turned it into an Android project.
./gradlew assembleDebug
- build debug APK./gradlew assemble
- build debug and release APK's