chore: initial padel scaffold + design docs
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
3
resources/drawables/drawables.xml
Normal file
3
resources/drawables/drawables.xml
Normal file
@@ -0,0 +1,3 @@
|
||||
<drawables xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://developer.garmin.com/downloads/connect-iq/resources.xsd">
|
||||
<bitmap id="LauncherIcon" filename="launcher_icon.svg" dithering="none" />
|
||||
</drawables>
|
||||
7
resources/drawables/launcher_icon.svg
Normal file
7
resources/drawables/launcher_icon.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="24" height="24" fill="#000000"/>
|
||||
<path d="M3 4C3 3.44772 3.44772 3 4 3H10C10.5523 3 11 3.44772 11 4V10C11 10.5523 10.5523 11 10 11H4C3.44772 11 3 10.5523 3 10V4Z" fill="#F4F4F4"/>
|
||||
<path d="M3 14C3 13.4477 3.44772 13 4 13H10C10.5523 13 11 13.4477 11 14V20C11 20.5523 10.5523 21 10 21H4C3.44772 21 3 20.5523 3 20V14Z" fill="#F4F4F4"/>
|
||||
<path d="M13 4C13 3.44772 13.4477 3 14 3H20C20.5523 3 21 3.44772 21 4V10C21 10.5523 20.5523 11 20 11H14C13.4477 11 13 10.5523 13 10V4Z" fill="#F4F4F4"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.3 14.3V19.7H19.7V14.3H14.3ZM14 13C13.4477 13 13 13.4477 13 14V20C13 20.5523 13.4477 21 14 21H20C20.5523 21 21 20.5523 21 20V14C21 13.4477 20.5523 13 20 13H14Z" fill="#F4F4F4"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 832 B |
BIN
resources/drawables/monkey.png
Normal file
BIN
resources/drawables/monkey.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
4
resources/layouts/layout.xml
Normal file
4
resources/layouts/layout.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<layout id="MainLayout" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://developer.garmin.com/downloads/connect-iq/resources.xsd">
|
||||
<label x="center" y="5" text="@Strings.prompt" color="Graphics.COLOR_WHITE" justification="Graphics.TEXT_JUSTIFY_CENTER" />
|
||||
<bitmap id="id_monkey" x="center" y="30" filename="../drawables/monkey.png" />
|
||||
</layout>
|
||||
4
resources/menus/menu.xml
Normal file
4
resources/menus/menu.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<menu id="MainMenu" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://developer.garmin.com/downloads/connect-iq/resources.xsd">
|
||||
<menu-item id="item_1" label="@Strings.menu_label_1" />
|
||||
<menu-item id="item_2" label="@Strings.menu_label_2" />
|
||||
</menu>
|
||||
8
resources/strings/strings.xml
Normal file
8
resources/strings/strings.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<strings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://developer.garmin.com/downloads/connect-iq/resources.xsd">
|
||||
<string id="AppName">garmin-padel</string>
|
||||
|
||||
<string id="prompt">Click the menu button</string>
|
||||
|
||||
<string id="menu_label_1">Item 1</string>
|
||||
<string id="menu_label_2">Item 2</string>
|
||||
</strings>
|
||||
Reference in New Issue
Block a user