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 ++++ .../main/res/drawable/ic_launcher_background.xml | 170 +++++++++++++++++ .../src/main/res/layout/activity_http_server.xml | 207 +++++++++++++++++++++ .../app/src/main/res/layout/popup_message.xml | 44 +++++ .../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 -> 1408 bytes .../res/mipmap-hdpi/ic_launcher_foreground.png | Bin 0 -> 1626 bytes .../src/main/res/mipmap-hdpi/ic_launcher_round.png | Bin 0 -> 3195 bytes .../app/src/main/res/mipmap-mdpi/ic_launcher.png | Bin 0 -> 879 bytes .../res/mipmap-mdpi/ic_launcher_foreground.png | Bin 0 -> 1022 bytes .../src/main/res/mipmap-mdpi/ic_launcher_round.png | Bin 0 -> 1903 bytes .../app/src/main/res/mipmap-xhdpi/ic_launcher.png | Bin 0 -> 2006 bytes .../res/mipmap-xhdpi/ic_launcher_foreground.png | Bin 0 -> 2247 bytes .../main/res/mipmap-xhdpi/ic_launcher_round.png | Bin 0 -> 4725 bytes .../app/src/main/res/mipmap-xxhdpi/ic_launcher.png | Bin 0 -> 3300 bytes .../res/mipmap-xxhdpi/ic_launcher_foreground.png | Bin 0 -> 3568 bytes .../main/res/mipmap-xxhdpi/ic_launcher_round.png | Bin 0 -> 7656 bytes .../src/main/res/mipmap-xxxhdpi/ic_launcher.png | Bin 0 -> 4719 bytes .../res/mipmap-xxxhdpi/ic_launcher_foreground.png | Bin 0 -> 4874 bytes .../main/res/mipmap-xxxhdpi/ic_launcher_round.png | Bin 0 -> 11172 bytes HttpServer/app/src/main/res/values/colors.xml | 6 + .../src/main/res/values/ic_launcher_background.xml | 4 + HttpServer/app/src/main/res/values/strings.xml | 3 + HttpServer/app/src/main/res/values/styles.xml | 11 ++ 25 files changed, 489 insertions(+) create mode 100644 HttpServer/app/src/main/res/drawable-v24/ic_launcher_foreground.xml create mode 100644 HttpServer/app/src/main/res/drawable/ic_launcher_background.xml create mode 100644 HttpServer/app/src/main/res/layout/activity_http_server.xml create mode 100644 HttpServer/app/src/main/res/layout/popup_message.xml create mode 100644 HttpServer/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml create mode 100644 HttpServer/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml create mode 100644 HttpServer/app/src/main/res/mipmap-hdpi/ic_launcher.png create mode 100644 HttpServer/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png create mode 100644 HttpServer/app/src/main/res/mipmap-hdpi/ic_launcher_round.png create mode 100644 HttpServer/app/src/main/res/mipmap-mdpi/ic_launcher.png create mode 100644 HttpServer/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png create mode 100644 HttpServer/app/src/main/res/mipmap-mdpi/ic_launcher_round.png create mode 100644 HttpServer/app/src/main/res/mipmap-xhdpi/ic_launcher.png create mode 100644 HttpServer/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png create mode 100644 HttpServer/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png create mode 100644 HttpServer/app/src/main/res/mipmap-xxhdpi/ic_launcher.png create mode 100644 HttpServer/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png create mode 100644 HttpServer/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png create mode 100644 HttpServer/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png create mode 100644 HttpServer/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png create mode 100644 HttpServer/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png create mode 100644 HttpServer/app/src/main/res/values/colors.xml create mode 100644 HttpServer/app/src/main/res/values/ic_launcher_background.xml create mode 100644 HttpServer/app/src/main/res/values/strings.xml create mode 100644 HttpServer/app/src/main/res/values/styles.xml (limited to 'HttpServer/app/src/main/res') diff --git a/HttpServer/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/HttpServer/app/src/main/res/drawable-v24/ic_launcher_foreground.xml new file mode 100644 index 00000000..c7bd21db --- /dev/null +++ b/HttpServer/app/src/main/res/drawable-v24/ic_launcher_foreground.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + diff --git a/HttpServer/app/src/main/res/drawable/ic_launcher_background.xml b/HttpServer/app/src/main/res/drawable/ic_launcher_background.xml new file mode 100644 index 00000000..d5fccc53 --- /dev/null +++ b/HttpServer/app/src/main/res/drawable/ic_launcher_background.xml @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/HttpServer/app/src/main/res/layout/activity_http_server.xml b/HttpServer/app/src/main/res/layout/activity_http_server.xml new file mode 100644 index 00000000..e4a7614a --- /dev/null +++ b/HttpServer/app/src/main/res/layout/activity_http_server.xml @@ -0,0 +1,207 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/HttpServer/app/src/main/res/layout/popup_message.xml b/HttpServer/app/src/main/res/layout/popup_message.xml new file mode 100644 index 00000000..a2631820 --- /dev/null +++ b/HttpServer/app/src/main/res/layout/popup_message.xml @@ -0,0 +1,44 @@ + + + + + + + + +