Verification
This commit is contained in:
@@ -6,6 +6,7 @@ import android.os.Bundle;
|
||||
import android.widget.Button;
|
||||
import android.widget.EditText;
|
||||
|
||||
|
||||
public class SeedActivity extends Activity {
|
||||
|
||||
private EditText etGraine;
|
||||
|
||||
@@ -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