Maj ecran fin de partie
This commit is contained in:
@@ -1,11 +1,15 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
|
android:background="#1A1A2E">
|
||||||
|
|
||||||
|
<LinearLayout
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:padding="48dp"
|
android:padding="32dp">
|
||||||
android:background="#1A1A2E">
|
|
||||||
|
|
||||||
<!-- Titre -->
|
<!-- Titre -->
|
||||||
<TextView
|
<TextView
|
||||||
@@ -16,7 +20,7 @@
|
|||||||
android:textStyle="bold"
|
android:textStyle="bold"
|
||||||
android:textColor="#E94560"
|
android:textColor="#E94560"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:layout_marginBottom="48dp"/>
|
android:layout_marginBottom="32dp"/>
|
||||||
|
|
||||||
<!-- Score -->
|
<!-- Score -->
|
||||||
<TextView
|
<TextView
|
||||||
@@ -32,11 +36,11 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="0"
|
android:text="0"
|
||||||
android:textSize="52sp"
|
android:textSize="42sp"
|
||||||
android:textStyle="bold"
|
android:textStyle="bold"
|
||||||
android:textColor="#FFFFFF"
|
android:textColor="#FFFFFF"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:layout_marginBottom="32dp"/>
|
android:layout_marginBottom="24dp"/>
|
||||||
|
|
||||||
<!-- Nombre de coups -->
|
<!-- Nombre de coups -->
|
||||||
<TextView
|
<TextView
|
||||||
@@ -56,7 +60,7 @@
|
|||||||
android:textStyle="bold"
|
android:textStyle="bold"
|
||||||
android:textColor="#FFFFFF"
|
android:textColor="#FFFFFF"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:layout_marginBottom="32dp"/>
|
android:layout_marginBottom="24dp"/>
|
||||||
|
|
||||||
<!-- Graine -->
|
<!-- Graine -->
|
||||||
<TextView
|
<TextView
|
||||||
@@ -75,7 +79,49 @@
|
|||||||
android:textSize="20sp"
|
android:textSize="20sp"
|
||||||
android:textColor="#E2C94E"
|
android:textColor="#E2C94E"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:layout_marginBottom="48dp"/>
|
android:layout_marginBottom="32dp"/>
|
||||||
|
|
||||||
|
<!-- Objectif en cours (hard mode uniquement) -->
|
||||||
|
<TextView
|
||||||
|
android:id="@+id/tvLabelObjectif"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:text="Objectif en cours"
|
||||||
|
android:textSize="16sp"
|
||||||
|
android:textColor="#AAAACC"
|
||||||
|
android:gravity="center"
|
||||||
|
android:visibility="gone"/>
|
||||||
|
|
||||||
|
<TextView
|
||||||
|
android:id="@+id/tvFinObjectif"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:text=""
|
||||||
|
android:textSize="15sp"
|
||||||
|
android:textColor="#E2C94E"
|
||||||
|
android:gravity="center"
|
||||||
|
android:layout_marginBottom="24dp"
|
||||||
|
android:visibility="gone"/>
|
||||||
|
|
||||||
|
<!-- Grille finale -->
|
||||||
|
<TextView
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:text="Dernière grille"
|
||||||
|
android:textSize="16sp"
|
||||||
|
android:textColor="#AAAACC"
|
||||||
|
android:gravity="center"
|
||||||
|
android:layout_marginBottom="8dp"/>
|
||||||
|
|
||||||
|
<sae.chuzzle.VueGrille
|
||||||
|
android:id="@+id/vueGrilleFinale"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="0dp"
|
||||||
|
android:layout_weight="1"
|
||||||
|
android:minHeight="280dp"
|
||||||
|
android:clickable="false"
|
||||||
|
android:focusable="false"
|
||||||
|
android:layout_marginBottom="32dp"/>
|
||||||
|
|
||||||
<!-- Bouton retour au menu -->
|
<!-- Bouton retour au menu -->
|
||||||
<Button
|
<Button
|
||||||
@@ -88,4 +134,6 @@
|
|||||||
android:textColor="#FFFFFF"
|
android:textColor="#FFFFFF"
|
||||||
android:padding="16dp"/>
|
android:padding="16dp"/>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
</ScrollView>
|
||||||
|
|||||||
Reference in New Issue
Block a user