From 20f3a92f1c5ddecb565634237e33b321e846ad5d Mon Sep 17 00:00:00 2001 From: Gaspard Coulet Date: Wed, 28 Apr 2021 23:08:21 +0200 Subject: Initial commit --- .../App/app/src/main/res/drawable/drone.png | Bin 0 -> 719 bytes .../App/app/src/main/res/drawable/first_wp.png | Bin 0 -> 615 bytes .../main/res/drawable/ic_launcher_background.xml | 74 +++++++++++++++++++++ .../src/main/res/drawable/rounded_button_black.xml | 11 +++ .../src/main/res/drawable/rounded_button_blue.xml | 25 +++++++ .../App/app/src/main/res/drawable/user.png | Bin 0 -> 210 bytes .../App/app/src/main/res/drawable/wp.png | Bin 0 -> 460 bytes 7 files changed, 110 insertions(+) create mode 100644 Realisation_vol/App/app/src/main/res/drawable/drone.png create mode 100644 Realisation_vol/App/app/src/main/res/drawable/first_wp.png create mode 100644 Realisation_vol/App/app/src/main/res/drawable/ic_launcher_background.xml create mode 100644 Realisation_vol/App/app/src/main/res/drawable/rounded_button_black.xml create mode 100644 Realisation_vol/App/app/src/main/res/drawable/rounded_button_blue.xml create mode 100644 Realisation_vol/App/app/src/main/res/drawable/user.png create mode 100644 Realisation_vol/App/app/src/main/res/drawable/wp.png (limited to 'Realisation_vol/App/app/src/main/res/drawable') diff --git a/Realisation_vol/App/app/src/main/res/drawable/drone.png b/Realisation_vol/App/app/src/main/res/drawable/drone.png new file mode 100644 index 0000000..70b609c Binary files /dev/null and b/Realisation_vol/App/app/src/main/res/drawable/drone.png differ diff --git a/Realisation_vol/App/app/src/main/res/drawable/first_wp.png b/Realisation_vol/App/app/src/main/res/drawable/first_wp.png new file mode 100644 index 0000000..6083581 Binary files /dev/null and b/Realisation_vol/App/app/src/main/res/drawable/first_wp.png differ diff --git a/Realisation_vol/App/app/src/main/res/drawable/ic_launcher_background.xml b/Realisation_vol/App/app/src/main/res/drawable/ic_launcher_background.xml new file mode 100644 index 0000000..50ae786 --- /dev/null +++ b/Realisation_vol/App/app/src/main/res/drawable/ic_launcher_background.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Realisation_vol/App/app/src/main/res/drawable/rounded_button_black.xml b/Realisation_vol/App/app/src/main/res/drawable/rounded_button_black.xml new file mode 100644 index 0000000..bdd7331 --- /dev/null +++ b/Realisation_vol/App/app/src/main/res/drawable/rounded_button_black.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/Realisation_vol/App/app/src/main/res/drawable/rounded_button_blue.xml b/Realisation_vol/App/app/src/main/res/drawable/rounded_button_blue.xml new file mode 100644 index 0000000..2024aee --- /dev/null +++ b/Realisation_vol/App/app/src/main/res/drawable/rounded_button_blue.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Realisation_vol/App/app/src/main/res/drawable/user.png b/Realisation_vol/App/app/src/main/res/drawable/user.png new file mode 100644 index 0000000..67728eb Binary files /dev/null and b/Realisation_vol/App/app/src/main/res/drawable/user.png differ diff --git a/Realisation_vol/App/app/src/main/res/drawable/wp.png b/Realisation_vol/App/app/src/main/res/drawable/wp.png new file mode 100644 index 0000000..c401061 Binary files /dev/null and b/Realisation_vol/App/app/src/main/res/drawable/wp.png differ -- cgit v1.2.3