From 5a079a2d114f96d4847d1ee305d5b7c16eeec50e Mon Sep 17 00:00:00 2001
From: 3gg <3gg@shellblade.net>
Date: Sat, 27 Dec 2025 12:03:39 -0800
Subject: Initial commit
---
.../app/src/main/res/mipmap-hdpi/ic_launcher.png | Bin 0 -> 2683 bytes
.../app/src/main/res/mipmap-mdpi/ic_launcher.png | Bin 0 -> 1698 bytes
.../app/src/main/res/mipmap-xhdpi/ic_launcher.png | Bin 0 -> 3872 bytes
.../app/src/main/res/mipmap-xxhdpi/ic_launcher.png | Bin 0 -> 6874 bytes
.../app/src/main/res/mipmap-xxxhdpi/ic_launcher.png | Bin 0 -> 14526 bytes
.../android-project/app/src/main/res/values/colors.xml | 6 ++++++
.../android-project/app/src/main/res/values/strings.xml | 3 +++
.../android-project/app/src/main/res/values/styles.xml | 7 +++++++
8 files changed, 16 insertions(+)
create mode 100644 contrib/SDL-3.2.8/android-project/app/src/main/res/mipmap-hdpi/ic_launcher.png
create mode 100644 contrib/SDL-3.2.8/android-project/app/src/main/res/mipmap-mdpi/ic_launcher.png
create mode 100644 contrib/SDL-3.2.8/android-project/app/src/main/res/mipmap-xhdpi/ic_launcher.png
create mode 100644 contrib/SDL-3.2.8/android-project/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
create mode 100644 contrib/SDL-3.2.8/android-project/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
create mode 100644 contrib/SDL-3.2.8/android-project/app/src/main/res/values/colors.xml
create mode 100644 contrib/SDL-3.2.8/android-project/app/src/main/res/values/strings.xml
create mode 100644 contrib/SDL-3.2.8/android-project/app/src/main/res/values/styles.xml
(limited to 'contrib/SDL-3.2.8/android-project/app/src/main/res')
diff --git a/contrib/SDL-3.2.8/android-project/app/src/main/res/mipmap-hdpi/ic_launcher.png b/contrib/SDL-3.2.8/android-project/app/src/main/res/mipmap-hdpi/ic_launcher.png
new file mode 100644
index 0000000..d50bdaa
Binary files /dev/null and b/contrib/SDL-3.2.8/android-project/app/src/main/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/contrib/SDL-3.2.8/android-project/app/src/main/res/mipmap-mdpi/ic_launcher.png b/contrib/SDL-3.2.8/android-project/app/src/main/res/mipmap-mdpi/ic_launcher.png
new file mode 100644
index 0000000..0a299eb
Binary files /dev/null and b/contrib/SDL-3.2.8/android-project/app/src/main/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/contrib/SDL-3.2.8/android-project/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/contrib/SDL-3.2.8/android-project/app/src/main/res/mipmap-xhdpi/ic_launcher.png
new file mode 100644
index 0000000..a336ad5
Binary files /dev/null and b/contrib/SDL-3.2.8/android-project/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/contrib/SDL-3.2.8/android-project/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/contrib/SDL-3.2.8/android-project/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100644
index 0000000..d423dac
Binary files /dev/null and b/contrib/SDL-3.2.8/android-project/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/contrib/SDL-3.2.8/android-project/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/contrib/SDL-3.2.8/android-project/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
new file mode 100644
index 0000000..959c384
Binary files /dev/null and b/contrib/SDL-3.2.8/android-project/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ
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 @@
+
+
+ #3F51B5
+ #303F9F
+ #FF4081
+
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 @@
+
+ Game
+
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 @@
+
+
+
+
+
--
cgit v1.2.3