diff options
Diffstat (limited to 'contrib/SDL-3.2.8/android-project/app/src/main/res')
| -rw-r--r-- | contrib/SDL-3.2.8/android-project/app/src/main/res/mipmap-hdpi/ic_launcher.png | bin | 0 -> 2683 bytes | |||
| -rw-r--r-- | contrib/SDL-3.2.8/android-project/app/src/main/res/mipmap-mdpi/ic_launcher.png | bin | 0 -> 1698 bytes | |||
| -rw-r--r-- | contrib/SDL-3.2.8/android-project/app/src/main/res/mipmap-xhdpi/ic_launcher.png | bin | 0 -> 3872 bytes | |||
| -rw-r--r-- | contrib/SDL-3.2.8/android-project/app/src/main/res/mipmap-xxhdpi/ic_launcher.png | bin | 0 -> 6874 bytes | |||
| -rw-r--r-- | contrib/SDL-3.2.8/android-project/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png | bin | 0 -> 14526 bytes | |||
| -rw-r--r-- | contrib/SDL-3.2.8/android-project/app/src/main/res/values/colors.xml | 6 | ||||
| -rw-r--r-- | contrib/SDL-3.2.8/android-project/app/src/main/res/values/strings.xml | 3 | ||||
| -rw-r--r-- | contrib/SDL-3.2.8/android-project/app/src/main/res/values/styles.xml | 7 |
8 files changed, 16 insertions, 0 deletions
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 --- /dev/null +++ b/contrib/SDL-3.2.8/android-project/app/src/main/res/mipmap-hdpi/ic_launcher.png | |||
| Binary files 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 --- /dev/null +++ b/contrib/SDL-3.2.8/android-project/app/src/main/res/mipmap-mdpi/ic_launcher.png | |||
| Binary files 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 --- /dev/null +++ b/contrib/SDL-3.2.8/android-project/app/src/main/res/mipmap-xhdpi/ic_launcher.png | |||
| Binary files 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 --- /dev/null +++ b/contrib/SDL-3.2.8/android-project/app/src/main/res/mipmap-xxhdpi/ic_launcher.png | |||
| Binary files 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 --- /dev/null +++ b/contrib/SDL-3.2.8/android-project/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png | |||
| Binary files 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 @@ | |||
| 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> | ||
