Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 1.47 KB

File metadata and controls

18 lines (9 loc) · 1.47 KB

Concentric - Watch Face

Get it on Google Play

The Concentric design is originally from the Google Pixel Watch (1). This project recreates it using Watch Face Format.

Modify the Watch Face

The XML code can be found in the res/raw folder. Watch Face Format is well documented in case you wish to modify the watch face.

Build the Watch Face

Google has transitioned to Gradle for compiling watch faces, but I still use the original build script provided when WFF first launched. For reference on building a watch face, see wear-os-samples/WatchFaceFormat.

To streamline the process, I’ve developed a small CLI tool that integrates this script, removing the need for Gradle. Once it's ready, I plan to publish it on GitHub.