From 5d308865d0783d0cd70f7453c77980835ac5648e Mon Sep 17 00:00:00 2001 From: Angelo Mantellini Date: Wed, 21 Mar 2018 14:16:02 +0100 Subject: update android-sdk. Now it is possible to compile with clang Change-Id: I156aa48dd90467a2a7540eec11839c0111b13bd2 Signed-off-by: Angelo Mantellini --- .../res/drawable-v24/ic_launcher_foreground.xml | 34 +++ .../app/src/main/res/drawable/border.xml | 21 ++ .../src/main/res/drawable/ic_cached_black_24px.xml | 9 + .../main/res/drawable/ic_launcher_background.xml | 170 ++++++++++++++ .../app/src/main/res/ic_cached_black_24px.svg | 4 + .../main/res/layout/activity_forwarder_android.xml | 258 +++++++++++++++++++++ .../app/src/main/res/layout/spinner_layout.xml | 8 + .../src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 5 + .../res/mipmap-anydpi-v26/ic_launcher_round.xml | 5 + .../app/src/main/res/mipmap-hdpi/ic_launcher.png | Bin 0 -> 1534 bytes .../res/mipmap-hdpi/ic_launcher_foreground.png | Bin 0 -> 1725 bytes .../src/main/res/mipmap-hdpi/ic_launcher_round.png | Bin 0 -> 3392 bytes .../app/src/main/res/mipmap-mdpi/ic_launcher.png | Bin 0 -> 1020 bytes .../res/mipmap-mdpi/ic_launcher_foreground.png | Bin 0 -> 1154 bytes .../src/main/res/mipmap-mdpi/ic_launcher_round.png | Bin 0 -> 2046 bytes .../app/src/main/res/mipmap-xhdpi/ic_launcher.png | Bin 0 -> 2210 bytes .../res/mipmap-xhdpi/ic_launcher_foreground.png | Bin 0 -> 2422 bytes .../main/res/mipmap-xhdpi/ic_launcher_round.png | Bin 0 -> 4926 bytes .../app/src/main/res/mipmap-xxhdpi/ic_launcher.png | Bin 0 -> 3541 bytes .../res/mipmap-xxhdpi/ic_launcher_foreground.png | Bin 0 -> 3696 bytes .../main/res/mipmap-xxhdpi/ic_launcher_round.png | Bin 0 -> 7859 bytes .../src/main/res/mipmap-xxxhdpi/ic_launcher.png | Bin 0 -> 4919 bytes .../res/mipmap-xxxhdpi/ic_launcher_foreground.png | Bin 0 -> 5291 bytes .../main/res/mipmap-xxxhdpi/ic_launcher_round.png | Bin 0 -> 11314 bytes .../app/src/main/res/values/colors.xml | 6 + .../src/main/res/values/ic_launcher_background.xml | 4 + .../app/src/main/res/values/strings.xml | 3 + .../app/src/main/res/values/styles.xml | 11 + 28 files changed, 538 insertions(+) create mode 100644 MetisForwarderAndroid/app/src/main/res/drawable-v24/ic_launcher_foreground.xml create mode 100644 MetisForwarderAndroid/app/src/main/res/drawable/border.xml create mode 100644 MetisForwarderAndroid/app/src/main/res/drawable/ic_cached_black_24px.xml create mode 100644 MetisForwarderAndroid/app/src/main/res/drawable/ic_launcher_background.xml create mode 100644 MetisForwarderAndroid/app/src/main/res/ic_cached_black_24px.svg create mode 100644 MetisForwarderAndroid/app/src/main/res/layout/activity_forwarder_android.xml create mode 100644 MetisForwarderAndroid/app/src/main/res/layout/spinner_layout.xml create mode 100644 MetisForwarderAndroid/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml create mode 100644 MetisForwarderAndroid/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml create mode 100644 MetisForwarderAndroid/app/src/main/res/mipmap-hdpi/ic_launcher.png create mode 100644 MetisForwarderAndroid/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png create mode 100644 MetisForwarderAndroid/app/src/main/res/mipmap-hdpi/ic_launcher_round.png create mode 100644 MetisForwarderAndroid/app/src/main/res/mipmap-mdpi/ic_launcher.png create mode 100644 MetisForwarderAndroid/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png create mode 100644 MetisForwarderAndroid/app/src/main/res/mipmap-mdpi/ic_launcher_round.png create mode 100644 MetisForwarderAndroid/app/src/main/res/mipmap-xhdpi/ic_launcher.png create mode 100644 MetisForwarderAndroid/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png create mode 100644 MetisForwarderAndroid/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png create mode 100644 MetisForwarderAndroid/app/src/main/res/mipmap-xxhdpi/ic_launcher.png create mode 100644 MetisForwarderAndroid/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png create mode 100644 MetisForwarderAndroid/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png create mode 100644 MetisForwarderAndroid/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png create mode 100644 MetisForwarderAndroid/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png create mode 100644 MetisForwarderAndroid/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png create mode 100644 MetisForwarderAndroid/app/src/main/res/values/colors.xml create mode 100644 MetisForwarderAndroid/app/src/main/res/values/ic_launcher_background.xml create mode 100644 MetisForwarderAndroid/app/src/main/res/values/strings.xml create mode 100644 MetisForwarderAndroid/app/src/main/res/values/styles.xml (limited to 'MetisForwarderAndroid/app/src/main/res') diff --git a/MetisForwarderAndroid/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/MetisForwarderAndroid/app/src/main/res/drawable-v24/ic_launcher_foreground.xml new file mode 100644 index 00000000..c7bd21db --- /dev/null +++ b/MetisForwarderAndroid/app/src/main/res/drawable-v24/ic_launcher_foreground.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + diff --git a/MetisForwarderAndroid/app/src/main/res/drawable/border.xml b/MetisForwarderAndroid/app/src/main/res/drawable/border.xml new file mode 100644 index 00000000..c1f839b3 --- /dev/null +++ b/MetisForwarderAndroid/app/src/main/res/drawable/border.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/MetisForwarderAndroid/app/src/main/res/drawable/ic_cached_black_24px.xml b/MetisForwarderAndroid/app/src/main/res/drawable/ic_cached_black_24px.xml new file mode 100644 index 00000000..5b228f76 --- /dev/null +++ b/MetisForwarderAndroid/app/src/main/res/drawable/ic_cached_black_24px.xml @@ -0,0 +1,9 @@ + + + diff --git a/MetisForwarderAndroid/app/src/main/res/drawable/ic_launcher_background.xml b/MetisForwarderAndroid/app/src/main/res/drawable/ic_launcher_background.xml new file mode 100644 index 00000000..d5fccc53 --- /dev/null +++ b/MetisForwarderAndroid/app/src/main/res/drawable/ic_launcher_background.xml @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/MetisForwarderAndroid/app/src/main/res/ic_cached_black_24px.svg b/MetisForwarderAndroid/app/src/main/res/ic_cached_black_24px.svg new file mode 100644 index 00000000..b08e815e --- /dev/null +++ b/MetisForwarderAndroid/app/src/main/res/ic_cached_black_24px.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/MetisForwarderAndroid/app/src/main/res/layout/activity_forwarder_android.xml b/MetisForwarderAndroid/app/src/main/res/layout/activity_forwarder_android.xml new file mode 100644 index 00000000..650a9571 --- /dev/null +++ b/MetisForwarderAndroid/app/src/main/res/layout/activity_forwarder_android.xml @@ -0,0 +1,258 @@ + + + + + + + + + + + + + + + + + +