mirror of
https://github.com/LucasVbr/OutilCuisson.git
synced 2026-05-13 17:11:53 +00:00
modification des id de string
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/label_plat" />
|
||||
android:text="@string/ajouter_label_plat" />
|
||||
|
||||
<EditText
|
||||
android:id="@+id/input_plat"
|
||||
@@ -32,7 +32,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/label_duree" />
|
||||
android:text="@string/ajouter_label_duree" />
|
||||
|
||||
<TimePicker
|
||||
android:id="@+id/input_duree"
|
||||
@@ -45,7 +45,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/label_temperature" />
|
||||
android:text="@string/ajouter_label_temperature" />
|
||||
|
||||
<EditText
|
||||
android:id="@+id/input_temperature"
|
||||
|
||||
Reference in New Issue
Block a user