Skip to content

Commit

Permalink
Removes use of old metadata element
Browse files Browse the repository at this point in the history
  • Loading branch information
garanj committed Dec 6, 2023
1 parent e5daf5f commit 79ef8b5
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 79ef8b5

Please sign in to comment.