Skip to content

Latest commit

 

History

History
18 lines (8 loc) · 1.12 KB

README.md

File metadata and controls

18 lines (8 loc) · 1.12 KB

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