Merge branch 'main' of https://grond.iut-fbleau.fr/yolou/SAE41_2025
This commit is contained in:
@@ -3,10 +3,9 @@ package sae.chuzzle;
|
||||
import android.app.Activity;
|
||||
import android.content.Intent;
|
||||
import android.os.Bundle;
|
||||
import android.view.View;
|
||||
import android.widget.Button;
|
||||
import android.widget.EditText;
|
||||
import android.widget.Toast;
|
||||
|
||||
|
||||
public class SeedActivity extends Activity {
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 2.6 MiB |
@@ -7,15 +7,14 @@
|
||||
android:padding="48dp"
|
||||
android:background="#1A1A2E">
|
||||
|
||||
<TextView
|
||||
<ImageView
|
||||
android:id="@+id/imgLogo"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Chuzzle"
|
||||
android:textSize="48sp"
|
||||
android:textStyle="bold"
|
||||
android:textColor="#E94560"
|
||||
android:gravity="center"
|
||||
android:layout_marginBottom="64dp"/>
|
||||
android:layout_height="224dp"
|
||||
android:adjustViewBounds="true"
|
||||
android:src="@drawable/logo"
|
||||
android:layout_marginBottom="64dp"
|
||||
android:contentDescription="Logo Chuzzle"/>
|
||||
|
||||
<Button
|
||||
android:id="@+id/btnNouvellePartie"
|
||||
|
||||
Reference in New Issue
Block a user