Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #520 from Chenweikang2/master
Browse files Browse the repository at this point in the history
#3 #10 第3次实验
  • Loading branch information
zengsn authored Oct 12, 2020
2 parents b50dd78 + b0793b2 commit 1809d16
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions students/net1806081301122/activity_main.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.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=".MainActivity">

<Button
android:id="@+id/button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Button"
tools:layout_editor_absoluteX="166dp"
tools:layout_editor_absoluteY="406dp" />
<TextView
android:id="@+id/button_open"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:drawableTop="@drawable/logo"
android:text="开始游戏"/>
>
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/logo"/>
>


</androidx.constraintlayout.widget.ConstraintLayout>
Binary file added students/net1806081301122/res/drawable/logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1809d16

Please sign in to comment.