Skip to content

Commit

Permalink
Merge pull request android#966 from android/wff-tick
Browse files Browse the repository at this point in the history
Removes use of old metadata element
  • Loading branch information
garanj authored Dec 6, 2023
2 parents e5daf5f + 79ef8b5 commit 3696f33
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion WatchFaceFormat/Complications/res/raw/watchface.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
-->
<WatchFace width="450" height="450">
<Metadata key="CLOCK_TYPE" value="DIGITAL" />
<Metadata key="TICK_PER_SECOND" value="15" />
<Metadata key="PREVIEW_TIME" value="10:08:32" />

<UserConfigurations>
Expand Down
1 change: 0 additions & 1 deletion WatchFaceFormat/SimpleAnalog/res/raw/watchface.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
-->
<WatchFace width="450" height="450">
<Metadata key="CLOCK_TYPE" value="ANALOG"/>
<Metadata key="TICK_PER_SECOND" value="15"/>
<Metadata key="PREVIEW_TIME" value="10:08:32"/>
<Scene backgroundColor="#ff000000">
<AnalogClock x="0" y="0" width="450" height="450">
Expand Down
1 change: 0 additions & 1 deletion WatchFaceFormat/SimpleDigital/res/raw/watchface.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
-->
<WatchFace width="450" height="450">
<Metadata key="CLOCK_TYPE" value="DIGITAL"/>
<Metadata key="TICK_PER_SECOND" value="15"/>
<Metadata key="PREVIEW_TIME" value="10:08:32"/>
<Scene backgroundColor="#ff000000">
<DigitalClock x="0" y="0" width="450" height="450">
Expand Down

0 comments on commit 3696f33

Please sign in to comment.