Skip to content

Commit

Permalink
Merge pull request #291 from hshaohua/master
Browse files Browse the repository at this point in the history
#3 #28 第三次作业
  • Loading branch information
zengsn authored May 12, 2017
2 parents 153302a + 0762a72 commit ec01347
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 21 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,27 +1,24 @@
<?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"
<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/main_back_Net1414080903127"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context="edu.hzuapps.androidlabs.Net1414080903127MainActivity">

<RelativeLayout
android:layout_width="368dp"
android:layout_height="495dp"
tools:layout_editor_absoluteY="8dp"
tools:layout_editor_absoluteX="8dp">
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/rank"
android:text="查看排名" />
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/start"
android:text="开始游戏"
android:layout_below="@id/rank"/>

</RelativeLayout>
</android.support.constraint.ConstraintLayout>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/rank"
android:text="查看排名" />
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/start"
android:text="开始游戏"
android:layout_below="@id/rank"/>
</RelativeLayout>

0 comments on commit ec01347

Please sign in to comment.