This commit is contained in:
pro.boooooo
2023-04-01 03:17:07 +02:00
parent fe364094ef
commit eb826b077a
27 changed files with 161 additions and 30 deletions

View File

@@ -7,7 +7,7 @@
android:layout_height="match_parent"
android:orientation="horizontal"
tools:context=".MainActivity"
android:background="#FFC0CB"
android:background="@drawable/space"
>
<LinearLayout
@@ -810,6 +810,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:background="@color/white"
android:textColor="@color/black"
android:layout_gravity="center"
android:text="Tentatives rest. \n 10" />
<com.example.jmastermind.Geometrics.Circle
@@ -857,12 +860,18 @@
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:backgroundTint="@color/white"
android:textColor="@color/black"
android:layout_gravity="center"
android:text="Valider"
android:id="@+id/validate" />
<Button
android:layout_width="wrap_content"
android:backgroundTint="@color/white"
android:textColor="@color/black"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:text="Effacer"
android:id="@+id/reset" />
</LinearLayout>