From f5c89b3bd5d74849757fd5b4d1a300068522a3ca Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Fri, 6 Mar 2026 13:26:57 -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 SDL-3.2.8/android-project/app/src/main/res/mipmap-hdpi/ic_launcher.png create mode 100644 SDL-3.2.8/android-project/app/src/main/res/mipmap-mdpi/ic_launcher.png create mode 100644 SDL-3.2.8/android-project/app/src/main/res/mipmap-xhdpi/ic_launcher.png create mode 100644 SDL-3.2.8/android-project/app/src/main/res/mipmap-xxhdpi/ic_launcher.png create mode 100644 SDL-3.2.8/android-project/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png create mode 100644 SDL-3.2.8/android-project/app/src/main/res/values/colors.xml create mode 100644 SDL-3.2.8/android-project/app/src/main/res/values/strings.xml create mode 100644 SDL-3.2.8/android-project/app/src/main/res/values/styles.xml (limited to 'SDL-3.2.8/android-project/app/src/main/res') diff --git a/SDL-3.2.8/android-project/app/src/main/res/mipmap-hdpi/ic_launcher.png b/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/SDL-3.2.8/android-project/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/SDL-3.2.8/android-project/app/src/main/res/mipmap-mdpi/ic_launcher.png b/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/SDL-3.2.8/android-project/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/SDL-3.2.8/android-project/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/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/SDL-3.2.8/android-project/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/SDL-3.2.8/android-project/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/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/SDL-3.2.8/android-project/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/SDL-3.2.8/android-project/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/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/SDL-3.2.8/android-project/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/SDL-3.2.8/android-project/app/src/main/res/values/colors.xml b/SDL-3.2.8/android-project/app/src/main/res/values/colors.xml new file mode 100644 index 0000000..3ab3e9c --- /dev/null +++ b/SDL-3.2.8/android-project/app/src/main/res/values/colors.xml @@ -0,0 +1,6 @@ + + + #3F51B5 + #303F9F + #FF4081 + diff --git a/SDL-3.2.8/android-project/app/src/main/res/values/strings.xml b/SDL-3.2.8/android-project/app/src/main/res/values/strings.xml new file mode 100644 index 0000000..ab79533 --- /dev/null +++ b/SDL-3.2.8/android-project/app/src/main/res/values/strings.xml @@ -0,0 +1,3 @@ + + Game + diff --git a/SDL-3.2.8/android-project/app/src/main/res/values/styles.xml b/SDL-3.2.8/android-project/app/src/main/res/values/styles.xml new file mode 100644 index 0000000..7456b1b --- /dev/null +++ b/SDL-3.2.8/android-project/app/src/main/res/values/styles.xml @@ -0,0 +1,7 @@ + + + + + -- cgit v1.2.3