feat: remove previous back button and add a switching validate/back button for better UX

This commit is contained in:
2026-01-19 14:56:59 +01:00
parent 7b53f8407c
commit 2c225f6821
8 changed files with 78 additions and 82 deletions

View File

@@ -42,12 +42,6 @@
android:visibility="gone"
android:padding="10dp">
<Button
android:id="@+id/backToHomeBtn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="← Retour" />
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">