summaryrefslogtreecommitdiff
path: root/contrib/SDL-3.2.8/android-project/app/src/main/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/SDL-3.2.8/android-project/app/src/main/res/values')
-rw-r--r--contrib/SDL-3.2.8/android-project/app/src/main/res/values/colors.xml6
-rw-r--r--contrib/SDL-3.2.8/android-project/app/src/main/res/values/strings.xml3
-rw-r--r--contrib/SDL-3.2.8/android-project/app/src/main/res/values/styles.xml7
3 files changed, 16 insertions, 0 deletions
diff --git a/contrib/SDL-3.2.8/android-project/app/src/main/res/values/colors.xml b/contrib/SDL-3.2.8/android-project/app/src/main/res/values/colors.xml
new file mode 100644
index 0000000..3ab3e9c
--- /dev/null
+++ b/contrib/SDL-3.2.8/android-project/app/src/main/res/values/colors.xml
@@ -0,0 +1,6 @@
1<?xml version="1.0" encoding="utf-8"?>
2<resources>
3 <color name="colorPrimary">#3F51B5</color>
4 <color name="colorPrimaryDark">#303F9F</color>
5 <color name="colorAccent">#FF4081</color>
6</resources>
diff --git a/contrib/SDL-3.2.8/android-project/app/src/main/res/values/strings.xml b/contrib/SDL-3.2.8/android-project/app/src/main/res/values/strings.xml
new file mode 100644
index 0000000..ab79533
--- /dev/null
+++ b/contrib/SDL-3.2.8/android-project/app/src/main/res/values/strings.xml
@@ -0,0 +1,3 @@
1<resources>
2 <string name="app_name">Game</string>
3</resources>
diff --git a/contrib/SDL-3.2.8/android-project/app/src/main/res/values/styles.xml b/contrib/SDL-3.2.8/android-project/app/src/main/res/values/styles.xml
new file mode 100644
index 0000000..7456b1b
--- /dev/null
+++ b/contrib/SDL-3.2.8/android-project/app/src/main/res/values/styles.xml
@@ -0,0 +1,7 @@
1<?xml version="1.0" encoding="utf-8"?>
2<resources>
3 <!-- Base application theme. -->
4 <style name="AppTheme" parent="android:Theme.NoTitleBar.Fullscreen">
5 <!-- Customize your theme here. -->
6 </style>
7</resources>