summaryrefslogtreecommitdiff
path: root/contrib/SDL-3.2.8/test/android/res/values
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2025-12-27 12:03:39 -0800
committer3gg <3gg@shellblade.net>2025-12-27 12:03:39 -0800
commit5a079a2d114f96d4847d1ee305d5b7c16eeec50e (patch)
tree8926ab44f168acf787d8e19608857b3af0f82758 /contrib/SDL-3.2.8/test/android/res/values
Initial commit
Diffstat (limited to 'contrib/SDL-3.2.8/test/android/res/values')
-rw-r--r--contrib/SDL-3.2.8/test/android/res/values/arg_strings.xml7
-rw-r--r--contrib/SDL-3.2.8/test/android/res/values/sdl-test_background.xml4
-rw-r--r--contrib/SDL-3.2.8/test/android/res/values/styles.xml7
3 files changed, 18 insertions, 0 deletions
diff --git a/contrib/SDL-3.2.8/test/android/res/values/arg_strings.xml b/contrib/SDL-3.2.8/test/android/res/values/arg_strings.xml
new file mode 100644
index 0000000..ceee787
--- /dev/null
+++ b/contrib/SDL-3.2.8/test/android/res/values/arg_strings.xml
@@ -0,0 +1,7 @@
1<resources>
2 <string name="label_enter_arguments">Arguments</string>
3 <string name="hint_enter_arguments_here">One argument per line.\ne.g.\n--track-mem\n--windows\n3</string>
4 <string name="button_start_app">Start</string>
5 <string name="shortcutModifyArgumentsShortLabel">Modify arguments</string>
6 <string name="shortcutIntermediateActivityShortLabel">Pass through activity</string>
7</resources>
diff --git a/contrib/SDL-3.2.8/test/android/res/values/sdl-test_background.xml b/contrib/SDL-3.2.8/test/android/res/values/sdl-test_background.xml
new file mode 100644
index 0000000..a412274
--- /dev/null
+++ b/contrib/SDL-3.2.8/test/android/res/values/sdl-test_background.xml
@@ -0,0 +1,4 @@
1<?xml version="1.0" encoding="utf-8"?>
2<resources>
3 <color name="sdl-test_background">#FFFFFF</color>
4</resources> \ No newline at end of file
diff --git a/contrib/SDL-3.2.8/test/android/res/values/styles.xml b/contrib/SDL-3.2.8/test/android/res/values/styles.xml
new file mode 100644
index 0000000..7456b1b
--- /dev/null
+++ b/contrib/SDL-3.2.8/test/android/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>