-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #355 from Lee20170303/master
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
AndroidLabs/app/src/main/res/layout/activity_net1414080903235__start_game.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |