Added theme

This commit is contained in:
Maurice
2024-06-19 19:20:50 +02:00
parent 4f21ecb859
commit dceb5b49d8
6 changed files with 77 additions and 56 deletions

View File

@@ -2,4 +2,5 @@
<resources>
<color name="blue">#4287f5</color>
<color name="white">#FFFFFF</color>
<color name="green">#2abf39</color>
</resources>

View File

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

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="NoActionBar" parent="@android:style/Theme.Material.Light.DarkActionBar">
<item name="android:windowActionBar">false</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowFullscreen">true</item>
</style>
</resources>