Added theme
This commit is contained in:
@@ -2,4 +2,5 @@
|
||||
<resources>
|
||||
<color name="blue">#4287f5</color>
|
||||
<color name="white">#FFFFFF</color>
|
||||
<color name="green">#2abf39</color>
|
||||
</resources>
|
||||
@@ -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>
|
||||
|
||||
8
DemoAndroid/Resources/values/style.xml
Normal file
8
DemoAndroid/Resources/values/style.xml
Normal 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>
|
||||
Reference in New Issue
Block a user