diff options
| author | Matthias Melcher <git@matthiasm.com> | 2019-01-15 01:22:18 +0100 |
|---|---|---|
| committer | Matthias Melcher <git@matthiasm.com> | 2019-01-15 01:22:18 +0100 |
| commit | b450cea7e249d521ba9ebf3d186db45656b9fcc4 (patch) | |
| tree | a314e25e0a389ae7d1e60fecb602b16db1ac316f /ide/AndroidStudio3/app/src/main/res | |
| parent | e25511131b08c839f32515da87333db78f24d630 (diff) | |
Android: starting to use CMake to build AndroidStudio files.
Diffstat (limited to 'ide/AndroidStudio3/app/src/main/res')
| -rw-r--r-- | ide/AndroidStudio3/app/src/main/res/mipmap-hdpi/ic_launcher.png | bin | 3418 -> 0 bytes | |||
| -rw-r--r-- | ide/AndroidStudio3/app/src/main/res/mipmap-mdpi/ic_launcher.png | bin | 2206 -> 0 bytes | |||
| -rw-r--r-- | ide/AndroidStudio3/app/src/main/res/mipmap-xhdpi/ic_launcher.png | bin | 4842 -> 0 bytes | |||
| -rw-r--r-- | ide/AndroidStudio3/app/src/main/res/mipmap-xxhdpi/ic_launcher.png | bin | 7718 -> 0 bytes | |||
| -rw-r--r-- | ide/AndroidStudio3/app/src/main/res/values/strings.xml | 4 |
5 files changed, 0 insertions, 4 deletions
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 Binary files differdeleted file mode 100644 index cde69bccc..000000000 --- a/ide/AndroidStudio3/app/src/main/res/mipmap-hdpi/ic_launcher.png +++ /dev/null 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 Binary files differdeleted file mode 100644 index c133a0cbd..000000000 --- a/ide/AndroidStudio3/app/src/main/res/mipmap-mdpi/ic_launcher.png +++ /dev/null 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 Binary files differdeleted file mode 100644 index bfa42f0e7..000000000 --- a/ide/AndroidStudio3/app/src/main/res/mipmap-xhdpi/ic_launcher.png +++ /dev/null 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 Binary files differdeleted file mode 100644 index 324e72cdd..000000000 --- a/ide/AndroidStudio3/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +++ /dev/null diff --git a/ide/AndroidStudio3/app/src/main/res/values/strings.xml b/ide/AndroidStudio3/app/src/main/res/values/strings.xml deleted file mode 100644 index e2f60e96f..000000000 --- a/ide/AndroidStudio3/app/src/main/res/values/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="app_name">Hello Android</string> -</resources> |
