[Feat] Part 1 - Activation intentionnelle explicite

This commit is contained in:
Kevin Mitressé
2024-11-13 12:32:14 +01:00
parent dc81b88b85
commit 3bac35b95a
6 changed files with 161 additions and 18 deletions
@@ -4,7 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".A1">
tools:context=".A2">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -18,6 +18,10 @@
android:layout_height="wrap_content"
android:id="@+id/button"
android:text="@string/next"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/editTextcontent"/>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>