From 2419b2f7d32ebe41e8e45540963a1300f88b14b3 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Wed, 27 Sep 2017 13:15:08 +0200 Subject: moving files around for android --- android/app/src/main/res/drawable-hdpi/ic_launcher.png | Bin 0 -> 2683 bytes android/app/src/main/res/drawable-mdpi/ic_launcher.png | Bin 0 -> 1698 bytes android/app/src/main/res/drawable-xhdpi/ic_launcher.png | Bin 0 -> 3872 bytes android/app/src/main/res/drawable-xxhdpi/ic_launcher.png | Bin 0 -> 6874 bytes android/app/src/main/res/layout/main.xml | 13 +++++++++++++ android/app/src/main/res/values/strings.xml | 4 ++++ 6 files changed, 17 insertions(+) create mode 100644 android/app/src/main/res/drawable-hdpi/ic_launcher.png create mode 100644 android/app/src/main/res/drawable-mdpi/ic_launcher.png create mode 100644 android/app/src/main/res/drawable-xhdpi/ic_launcher.png create mode 100644 android/app/src/main/res/drawable-xxhdpi/ic_launcher.png create mode 100644 android/app/src/main/res/layout/main.xml create mode 100644 android/app/src/main/res/values/strings.xml (limited to 'android/app/src/main/res') diff --git a/android/app/src/main/res/drawable-hdpi/ic_launcher.png b/android/app/src/main/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..d50bdaa Binary files /dev/null and b/android/app/src/main/res/drawable-hdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/drawable-mdpi/ic_launcher.png b/android/app/src/main/res/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000..0a299eb Binary files /dev/null and b/android/app/src/main/res/drawable-mdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/drawable-xhdpi/ic_launcher.png b/android/app/src/main/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000..a336ad5 Binary files /dev/null and b/android/app/src/main/res/drawable-xhdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/drawable-xxhdpi/ic_launcher.png b/android/app/src/main/res/drawable-xxhdpi/ic_launcher.png new file mode 100644 index 0000000..d423dac Binary files /dev/null and b/android/app/src/main/res/drawable-xxhdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/layout/main.xml b/android/app/src/main/res/layout/main.xml new file mode 100644 index 0000000..123c4b6 --- /dev/null +++ b/android/app/src/main/res/layout/main.xml @@ -0,0 +1,13 @@ + + + + + diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml new file mode 100644 index 0000000..9bce51c --- /dev/null +++ b/android/app/src/main/res/values/strings.xml @@ -0,0 +1,4 @@ + + + SDL App + -- cgit v1.2.3