Initial basic application

This commit is contained in:
Philip Abbey
2023-10-31 13:32:42 +00:00
parent 3f713f5760
commit 8a4f514e6b
16 changed files with 521 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<layout id="MainLayout">
<label x="center" y="5" text="@Strings.prompt" color="Graphics.COLOR_BLACK" justification="Graphics.TEXT_JUSTIFY_CENTER" />
<!--
<bitmap id="id_monkey" x="center" y="30" filename="../drawables/monkey.png" />
-->
</layout>