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/values/colors.xml | 6 ++++ .../App/app/src/main/res/values/ids.xml | 8 +++++ .../App/app/src/main/res/values/strings.xml | 35 ++++++++++++++++++++++ .../App/app/src/main/res/values/styles.xml | 17 +++++++++++ 4 files changed, 66 insertions(+) create mode 100644 Realisation_vol/App/app/src/main/res/values/colors.xml create mode 100644 Realisation_vol/App/app/src/main/res/values/ids.xml create mode 100644 Realisation_vol/App/app/src/main/res/values/strings.xml create mode 100644 Realisation_vol/App/app/src/main/res/values/styles.xml (limited to 'Realisation_vol/App/app/src/main/res/values') diff --git a/Realisation_vol/App/app/src/main/res/values/colors.xml b/Realisation_vol/App/app/src/main/res/values/colors.xml new file mode 100644 index 0000000..faeef17 --- /dev/null +++ b/Realisation_vol/App/app/src/main/res/values/colors.xml @@ -0,0 +1,6 @@ + + + #0e4db2 + #113b7f + #D81B60 + diff --git a/Realisation_vol/App/app/src/main/res/values/ids.xml b/Realisation_vol/App/app/src/main/res/values/ids.xml new file mode 100644 index 0000000..eb9b444 --- /dev/null +++ b/Realisation_vol/App/app/src/main/res/values/ids.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/Realisation_vol/App/app/src/main/res/values/strings.xml b/Realisation_vol/App/app/src/main/res/values/strings.xml new file mode 100644 index 0000000..4aab2d4 --- /dev/null +++ b/Realisation_vol/App/app/src/main/res/values/strings.xml @@ -0,0 +1,35 @@ + + Drone_routing + Load + Start + Load + Welcome! Your DJI product is not connected yet, please connect it to your smartphone + Welcome! Product connected! + Save + Load + Longitude + Latitude + Angle + Length + Width + Height + Nb of pics + Number of wanted pictures + Longitude (°) + Latitude (°) + angle of the width relative to north (+°)) + Length (m) + Width (m) + Height (m) + \"gps not found\" + \"gps not found\" + Yes + No + Current Loc + Pause + Resume + Stop + Create Path + Choose on Map + Remove + diff --git a/Realisation_vol/App/app/src/main/res/values/styles.xml b/Realisation_vol/App/app/src/main/res/values/styles.xml new file mode 100644 index 0000000..3bfdff5 --- /dev/null +++ b/Realisation_vol/App/app/src/main/res/values/styles.xml @@ -0,0 +1,17 @@ + + + + + + + -- cgit v1.2.3