Skip to content

Commit

Permalink
Updates use of Template to use Parameter to ensure valid WFF
Browse files Browse the repository at this point in the history
  • Loading branch information
garanj committed Dec 6, 2023
1 parent 83336b6 commit 75cfd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WatchFaceFormat/SimpleDigital/res/raw/watchface.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<Text align="CENTER">
<!-- Demonstrates using Android string resources for localization -->
<Font family="SYNC_TO_DEVICE" size="36" color="#ffffffff">
<Template>@string/greeting</Template>
<Template>%s<Parameter expression="greeting"></Parameter></Template>
</Font>
</Text>
</PartText>
Expand Down

0 comments on commit 75cfd00

Please sign in to comment.