Les fragments ça fonctionne + Interface Ajouter (pas terminée)

This commit is contained in:
LucasV-IUT
2022-02-21 15:03:06 +01:00
parent b0b7bb55da
commit f0af2db529
7 changed files with 221 additions and 29 deletions
+16
View File
@@ -1,3 +1,19 @@
<resources>
<string name="app_name">OutilCuisson</string>
<!-- Tabs -->
<string name="tab_afficher">Afficher</string>
<string name="tab_ajouter">Ajouter</string>
<!-- Section Afficher -->
<!-- Section Ajouter -->
<string name="ajouter_titre">Description cuisson d\'un plat</string>
<string name="label_plat">Plat</string>
<string name="label_duree">Durée de la cuisson</string>
<string name="label_temperature">Température</string>
<string name="btn_effacer">Effacer</string>
<string name="btn_valider">Valider</string>
</resources>