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/layout/activity_input.xml | 211 +++++++++++++++++++++ .../app/src/main/res/layout/activity_input_jm.xml | 184 ++++++++++++++++++ .../App/app/src/main/res/layout/activity_main.xml | 35 ++++ .../app/src/main/res/layout/activity_woking.xml | 59 ++++++ 4 files changed, 489 insertions(+) create mode 100644 Realisation_vol/App/app/src/main/res/layout/activity_input.xml create mode 100644 Realisation_vol/App/app/src/main/res/layout/activity_input_jm.xml create mode 100644 Realisation_vol/App/app/src/main/res/layout/activity_main.xml create mode 100644 Realisation_vol/App/app/src/main/res/layout/activity_woking.xml (limited to 'Realisation_vol/App/app/src/main/res/layout') diff --git a/Realisation_vol/App/app/src/main/res/layout/activity_input.xml b/Realisation_vol/App/app/src/main/res/layout/activity_input.xml new file mode 100644 index 0000000..656e5a2 --- /dev/null +++ b/Realisation_vol/App/app/src/main/res/layout/activity_input.xml @@ -0,0 +1,211 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Realisation_vol/App/app/src/main/res/layout/activity_input_jm.xml b/Realisation_vol/App/app/src/main/res/layout/activity_input_jm.xml new file mode 100644 index 0000000..41aca3c --- /dev/null +++ b/Realisation_vol/App/app/src/main/res/layout/activity_input_jm.xml @@ -0,0 +1,184 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Realisation_vol/App/app/src/main/res/layout/activity_main.xml b/Realisation_vol/App/app/src/main/res/layout/activity_main.xml new file mode 100644 index 0000000..50ddca3 --- /dev/null +++ b/Realisation_vol/App/app/src/main/res/layout/activity_main.xml @@ -0,0 +1,35 @@ + + + + + + + \ No newline at end of file diff --git a/Realisation_vol/App/app/src/main/res/layout/activity_woking.xml b/Realisation_vol/App/app/src/main/res/layout/activity_woking.xml new file mode 100644 index 0000000..004a376 --- /dev/null +++ b/Realisation_vol/App/app/src/main/res/layout/activity_woking.xml @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3