From 3ed5e71da71e50849eb9e2c3244e843bc5e38a05 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 5 Mar 2018 23:17:51 +0000 Subject: Android: moved to IDE directory. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12711 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- .../app/src/main/res/mipmap-hdpi/ic_launcher.png | Bin 0 -> 3418 bytes .../app/src/main/res/mipmap-mdpi/ic_launcher.png | Bin 0 -> 2206 bytes .../app/src/main/res/mipmap-xhdpi/ic_launcher.png | Bin 0 -> 4842 bytes .../app/src/main/res/mipmap-xxhdpi/ic_launcher.png | Bin 0 -> 7718 bytes ide/AndroidStudio3/app/src/main/res/values/strings.xml | 4 ++++ 5 files changed, 4 insertions(+) create mode 100644 ide/AndroidStudio3/app/src/main/res/mipmap-hdpi/ic_launcher.png create mode 100644 ide/AndroidStudio3/app/src/main/res/mipmap-mdpi/ic_launcher.png create mode 100644 ide/AndroidStudio3/app/src/main/res/mipmap-xhdpi/ic_launcher.png create mode 100644 ide/AndroidStudio3/app/src/main/res/mipmap-xxhdpi/ic_launcher.png create mode 100644 ide/AndroidStudio3/app/src/main/res/values/strings.xml (limited to 'ide/AndroidStudio3/app/src/main/res') diff --git a/ide/AndroidStudio3/app/src/main/res/mipmap-hdpi/ic_launcher.png b/ide/AndroidStudio3/app/src/main/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..cde69bccc Binary files /dev/null and b/ide/AndroidStudio3/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/ide/AndroidStudio3/app/src/main/res/mipmap-mdpi/ic_launcher.png b/ide/AndroidStudio3/app/src/main/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..c133a0cbd Binary files /dev/null and b/ide/AndroidStudio3/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/ide/AndroidStudio3/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/ide/AndroidStudio3/app/src/main/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..bfa42f0e7 Binary files /dev/null and b/ide/AndroidStudio3/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/ide/AndroidStudio3/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/ide/AndroidStudio3/app/src/main/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..324e72cdd Binary files /dev/null and b/ide/AndroidStudio3/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/ide/AndroidStudio3/app/src/main/res/values/strings.xml b/ide/AndroidStudio3/app/src/main/res/values/strings.xml new file mode 100644 index 000000000..e2f60e96f --- /dev/null +++ b/ide/AndroidStudio3/app/src/main/res/values/strings.xml @@ -0,0 +1,4 @@ + + + Hello Android + -- cgit v1.2.3