Skip to content

Commit

Permalink
Merge pull request #355 from Lee20170303/master
Browse files Browse the repository at this point in the history
#3 #146 第三次实验
  • Loading branch information
zengsn authored May 19, 2017
2 parents a22e3d0 + 1b0dbad commit f325c72
Showing 1 changed file with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="edu.hzuapps.androidlabs.homeworks.net1414080903235.Net1414080903235_StartGame"
android:background="@drawable/Bground1">


<Button
android:id="@+id/btn_start"
android:layout_width="139dp"
android:layout_height="56dp"
android:onClick="btn_start"
android:text="开始游戏"
tools:layout_editor_absoluteX="123dp"
tools:layout_editor_absoluteY="118dp" />

<Button
android:id="@+id/btn_goon"
android:layout_width="139dp"
android:layout_height="56dp"
android:onClick="btn_goon"
android:text="继续游戏"
tools:layout_editor_absoluteX="123dp"
tools:layout_editor_absoluteY="251dp" />
</android.support.constraint.ConstraintLayout>

0 comments on commit f325c72

Please sign in to comment.