Skip to content

lukakilic/concentric-watch-face

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.