Skip to content

Commit

Permalink
Add support for Vivoactive
Browse files Browse the repository at this point in the history
  • Loading branch information
matco committed Feb 14, 2016
1 parent b6d17d3 commit 10f673a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions manifest.xml
Expand Up @@ -5,6 +5,7 @@
<iq:products>
<iq:product id="fr630"/>
<iq:product id="fenix3"/>
<iq:product id="vivoactive"/>
</iq:products>

<iq:permissions/>
Expand Down
6 changes: 6 additions & 0 deletions resources-vivoactive/layouts/beginner.xml
@@ -0,0 +1,6 @@
<layout id="beginner">
<label x="center" y="2" text="@Strings.beginner_who" color="Gfx.COLOR_WHITE" justification="Gfx.TEXT_JUSTIFY_CENTER" />
<label id="beginner_random" x="center" y="35" text="@Strings.beginner_random" color="Gfx.COLOR_WHITE" justification="Gfx.TEXT_JUSTIFY_CENTER" />
<label id="beginner_opponent" x="center" y="75" text="@Strings.beginner_opponent" color="Gfx.COLOR_WHITE" justification="Gfx.TEXT_JUSTIFY_CENTER" />
<label id="beginner_you" x="center" y="115" text="@Strings.beginner_you" color="Gfx.COLOR_WHITE" justification="Gfx.TEXT_JUSTIFY_CENTER" />
</layout>
6 changes: 6 additions & 0 deletions resources-vivoactive/layouts/result.xml
@@ -0,0 +1,6 @@
<layout id="result">
<label id="result_won_text" x="center" y="10" font="Gfx.FONT_LARGE" color="Gfx.COLOR_WHITE" justification="Gfx.TEXT_JUSTIFY_CENTER" />
<label id="result_score" x="center" y="55" font="Gfx.FONT_LARGE" color="Gfx.COLOR_WHITE" justification="Gfx.TEXT_JUSTIFY_CENTER" />
<label id="result_time" x="center" y="100" font="Gfx.FONT_SMALL" color="Gfx.COLOR_WHITE" justification="Gfx.TEXT_JUSTIFY_CENTER" />
<label id="result_rallies" x="center" y="120" font="Gfx.FONT_SMALL" color="Gfx.COLOR_WHITE" justification="Gfx.TEXT_JUSTIFY_CENTER" />
</layout>
5 changes: 5 additions & 0 deletions resources-vivoactive/layouts/type.xml
@@ -0,0 +1,5 @@
<layout id="type">
<label x="center" y="2" text="@Strings.type_what" color="Gfx.COLOR_WHITE" justification="Gfx.TEXT_JUSTIFY_CENTER" />
<label id="type_single" x="center" y="50" text="@Strings.type_single" color="Gfx.COLOR_WHITE" justification="Gfx.TEXT_JUSTIFY_CENTER" />
<label id="type_double" x="center" y="100" text="@Strings.type_double" color="Gfx.COLOR_WHITE" justification="Gfx.TEXT_JUSTIFY_CENTER" />
</layout>

0 comments on commit 10f673a

Please sign in to comment.