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/res/drawable-hdpi/ic_launcher.png | Bin 2683 -> 0 bytes android/app/res/drawable-mdpi/ic_launcher.png | Bin 1698 -> 0 bytes android/app/res/drawable-xhdpi/ic_launcher.png | Bin 3872 -> 0 bytes android/app/res/drawable-xxhdpi/ic_launcher.png | Bin 6874 -> 0 bytes android/app/res/layout/main.xml | 13 ------------- android/app/res/values/strings.xml | 4 ---- 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 ++++ 12 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 android/app/res/drawable-hdpi/ic_launcher.png delete mode 100644 android/app/res/drawable-mdpi/ic_launcher.png delete mode 100644 android/app/res/drawable-xhdpi/ic_launcher.png delete mode 100644 android/app/res/drawable-xxhdpi/ic_launcher.png delete mode 100644 android/app/res/layout/main.xml delete mode 100644 android/app/res/values/strings.xml 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') diff --git a/android/app/res/drawable-hdpi/ic_launcher.png b/android/app/res/drawable-hdpi/ic_launcher.png deleted file mode 100644 index d50bdaa..0000000 Binary files a/android/app/res/drawable-hdpi/ic_launcher.png and /dev/null differ diff --git a/android/app/res/drawable-mdpi/ic_launcher.png b/android/app/res/drawable-mdpi/ic_launcher.png deleted file mode 100644 index 0a299eb..0000000 Binary files a/android/app/res/drawable-mdpi/ic_launcher.png and /dev/null differ diff --git a/android/app/res/drawable-xhdpi/ic_launcher.png b/android/app/res/drawable-xhdpi/ic_launcher.png deleted file mode 100644 index a336ad5..0000000 Binary files a/android/app/res/drawable-xhdpi/ic_launcher.png and /dev/null differ diff --git a/android/app/res/drawable-xxhdpi/ic_launcher.png b/android/app/res/drawable-xxhdpi/ic_launcher.png deleted file mode 100644 index d423dac..0000000 Binary files a/android/app/res/drawable-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/android/app/res/layout/main.xml b/android/app/res/layout/main.xml deleted file mode 100644 index 123c4b6..0000000 --- a/android/app/res/layout/main.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - diff --git a/android/app/res/values/strings.xml b/android/app/res/values/strings.xml deleted file mode 100644 index 9bce51c..0000000 --- a/android/app/res/values/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - SDL App - 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