Skip to content
Snippets Groups Projects
Commit 243de053 authored by @potel5u's avatar @potel5u
Browse files

commit final

parent ab91743b
Branches dev
No related tags found
No related merge requests found
...@@ -68,4 +68,16 @@ ...@@ -68,4 +68,16 @@
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
app:layout_constraintVertical_bias="0.005" /> app:layout_constraintVertical_bias="0.005" />
<Button
android:id="@+id/button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/visu"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.498"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintVertical_bias="0.745" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
...@@ -47,4 +47,5 @@ ...@@ -47,4 +47,5 @@
<string name="cardE">Est</string> <string name="cardE">Est</string>
<string name="cardO">Ouest</string> <string name="cardO">Ouest</string>
<string name="suppPiece">Supprimer la pièce</string> <string name="suppPiece">Supprimer la pièce</string>
<string name="visu">Visualiser</string>
</resources> </resources>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment