early-access version 1611
This commit is contained in:
6
externals/SDL/android-project/app/src/main/res/values/colors.xml
vendored
Executable file
6
externals/SDL/android-project/app/src/main/res/values/colors.xml
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="colorPrimary">#3F51B5</color>
|
||||
<color name="colorPrimaryDark">#303F9F</color>
|
||||
<color name="colorAccent">#FF4081</color>
|
||||
</resources>
|
3
externals/SDL/android-project/app/src/main/res/values/strings.xml
vendored
Executable file
3
externals/SDL/android-project/app/src/main/res/values/strings.xml
vendored
Executable file
@@ -0,0 +1,3 @@
|
||||
<resources>
|
||||
<string name="app_name">Game</string>
|
||||
</resources>
|
8
externals/SDL/android-project/app/src/main/res/values/styles.xml
vendored
Executable file
8
externals/SDL/android-project/app/src/main/res/values/styles.xml
vendored
Executable file
@@ -0,0 +1,8 @@
|
||||
<resources>
|
||||
|
||||
<!-- Base application theme. -->
|
||||
<style name="AppTheme" parent="android:Theme.Holo.Light.DarkActionBar">
|
||||
<!-- Customize your theme here. -->
|
||||
</style>
|
||||
|
||||
</resources>
|
Reference in New Issue
Block a user