[Feat] Part 1 - Activation intentionnelle explicite

This commit is contained in:
Kevin Mitressé
2024-11-13 11:50:22 +01:00
parent c84ebb90b1
commit dc81b88b85
21 changed files with 495 additions and 214 deletions
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".A1">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/activityLabel"/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/button"
android:text="@string/next"/>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>