From 54594c18eebb0f6a2d758cb920f71ff007eef436 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Thu, 6 Oct 2022 01:30:35 +0600 Subject: наконец-то ебучая поддержка андроидов наступила MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/res/drawable-hdpi/maxon.png | Bin 0 -> 10340 bytes android/res/drawable-mdpi/maxon.png | Bin 0 -> 5249 bytes android/res/drawable-xhdpi/maxon.png | Bin 0 -> 17088 bytes android/res/drawable-xxhdpi/maxon.png | Bin 0 -> 35049 bytes android/res/drawable-xxxhdpi/maxon.png | Bin 0 -> 58327 bytes android/res/values/strings.xml | 6 ++++++ 6 files changed, 6 insertions(+) create mode 100644 android/res/drawable-hdpi/maxon.png create mode 100644 android/res/drawable-mdpi/maxon.png create mode 100644 android/res/drawable-xhdpi/maxon.png create mode 100644 android/res/drawable-xxhdpi/maxon.png create mode 100644 android/res/drawable-xxxhdpi/maxon.png create mode 100644 android/res/values/strings.xml (limited to 'android/res') diff --git a/android/res/drawable-hdpi/maxon.png b/android/res/drawable-hdpi/maxon.png new file mode 100644 index 0000000..8ed0628 Binary files /dev/null and b/android/res/drawable-hdpi/maxon.png differ diff --git a/android/res/drawable-mdpi/maxon.png b/android/res/drawable-mdpi/maxon.png new file mode 100644 index 0000000..f195939 Binary files /dev/null and b/android/res/drawable-mdpi/maxon.png differ diff --git a/android/res/drawable-xhdpi/maxon.png b/android/res/drawable-xhdpi/maxon.png new file mode 100644 index 0000000..5c1bdb2 Binary files /dev/null and b/android/res/drawable-xhdpi/maxon.png differ diff --git a/android/res/drawable-xxhdpi/maxon.png b/android/res/drawable-xxhdpi/maxon.png new file mode 100644 index 0000000..324d127 Binary files /dev/null and b/android/res/drawable-xxhdpi/maxon.png differ diff --git a/android/res/drawable-xxxhdpi/maxon.png b/android/res/drawable-xxxhdpi/maxon.png new file mode 100644 index 0000000..e73c52c Binary files /dev/null and b/android/res/drawable-xxxhdpi/maxon.png differ diff --git a/android/res/values/strings.xml b/android/res/values/strings.xml new file mode 100644 index 0000000..cbe6c20 --- /dev/null +++ b/android/res/values/strings.xml @@ -0,0 +1,6 @@ + + + + Maxon Petting Simulator + + -- cgit v1.2.3