Skip to content

Android watch face conversion of an old watch face to the new WFF

Notifications You must be signed in to change notification settings

PickySalamander/space-time-watch

Repository files navigation

Space and Time Watch Face

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.

Watch Face Preview

Implementation

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.

Running and Building

  • ./gradlew assembleDebug - build debug APK
  • ./gradlew assemble - build debug and release APK's

About

Android watch face conversion of an old watch face to the new WFF

Topics

Resources

Stars

Watchers

Forks