Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#3 #4 #5 #6 #2632

Merged
merged 14 commits into from
Jun 2, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
#4 第四次实验
  • Loading branch information
ZZZZmin committed May 26, 2018
commit 474e8665aac00513ea65ac57cabdc931a2c5400b
27 changes: 18 additions & 9 deletions soft1613071002206/app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
@@ -6,13 +6,22 @@
android:layout_height="match_parent"
tools:context=".MainActivity">

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="开始你的骰子游戏!"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />

<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<Button
android:layout_width="120dp"
android:layout_height="80dp"
android:text="开始"
android:textSize="25dp"
android:layout_marginTop="400dp"
android:layout_marginLeft="20dp"/>
<Button
android:layout_width="120dp"
android:layout_height="80dp"
android:text="停止"
android:textSize="25dp"
android:layout_marginTop="400dp"
android:layout_marginLeft="240dp"/>
</RelativeLayout>
</android.support.constraint.ConstraintLayout>
Binary file added soft1613071002206/实验四.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.