-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b0f80c0
commit 088ba10
Showing
5 changed files
with
38 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<properties> | ||
|
||
<property id="AppVersion" type="string">Version 5.2.2</property> | ||
<property id="Donate" type="string">https://www.paypal.com/donate/?hosted_button_id=XVZXEH5RVBCZ6</property> | ||
<property id="Customize" type="string">Refer to your watch's user manual under 'Customizing the Watch Face'</property> | ||
|
||
</properties> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<settings> | ||
|
||
<group id="groupHeader" title="@Strings.headerTitle" description="@Strings.headerMsg"> | ||
|
||
<setting propertyKey="@Properties.Customize" title="@Strings.headerMsg" > | ||
<settingConfig type="alphaNumeric" readonly="true" /> | ||
</setting> | ||
|
||
<setting propertyKey="@Properties.AppVersion" title="@Strings.settingsTitle" > | ||
<settingConfig type="alphaNumeric" readonly="true" /> | ||
</setting> | ||
|
||
</group> | ||
|
||
<group id="contribHeader" title="@Strings.contribTitle" description="@Strings.contribMsg"> | ||
|
||
<setting propertyKey="@Properties.Donate" title="@Strings.donateTitle"> | ||
<settingConfig type="url" readonly="true" /> | ||
</setting> | ||
|
||
</group> | ||
</settings> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters