ADD file via upload

master
p10297854 4 years ago
parent 1a379c7d53
commit 65d641109a

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/r10"
tools:context=".chuangguan.ChooseLevel">
<TextView
android:id="@+id/choose_text"
android:layout_width="250dp"
android:layout_height="100dp"
android:text="选择关卡"
android:textColor="#021140"
android:textSize="60dp"
android:layout_marginTop="150dp"
android:layout_marginLeft="80dp"
/>
<Button
android:id="@+id/button_toTeach"
android:layout_width="200dp"
android:layout_height="50dp"
android:layout_marginLeft="100dp"
android:layout_marginTop="300dp"
android:background="@drawable/boder"
android:text="1.教学关卡"
android:textColor="#021140"
android:textSize="30dp" />
<Button
android:id="@+id/button_toGameActivity"
android:layout_width="200dp"
android:layout_height="50dp"
android:layout_marginTop="370dp"
android:background="@drawable/boder"
android:layout_marginLeft="100dp"
android:text="2.开始闯关"
android:textSize="30dp"
android:textColor="#021140" />
</RelativeLayout>
Loading…
Cancel
Save