This commit is contained in:
Maurice
2024-06-19 15:37:29 +02:00
commit 41d2061d38
27 changed files with 169 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="blue">#4287f5</color>
<color name="white">#FFFFFF</color>
</resources>

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#2C3E50</color>
</resources>

View File

@@ -0,0 +1,4 @@
<resources>
<string name="app_name">DemoAndroid</string>
<string name="app_text">Hello, Android!</string>
</resources>