Skip to content

Commit

Permalink
Merge pull request android#965 from android/wff-template
Browse files Browse the repository at this point in the history
Updates use of Template to use Parameter to ensure valid WFF
  • Loading branch information
garanj authored Dec 6, 2023
2 parents 83336b6 + 75cfd00 commit e5daf5f
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 e5daf5f

Please sign in to comment.