Skip to content

Commit

Permalink
hzuapps#3 hzuapps#18 第三次实验
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwweryu committed Oct 12, 2020
1 parent f80f46b commit 96cdaf9
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions students/net1814080903204/activity_main.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<?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=".Net1814080903204Activity">

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hello World!"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />

<Button
android:id="@+id/Button1"
android:layout_width="408dp"
android:layout_height="49dp"
android:text="@string/JumpCopy1"
app:layout_constraintTop_toTopOf="parent"
/>

<Button
android:id="@+id/Button2"
android:layout_width="408dp"
android:layout_height="49dp"
android:layout_below="@+id/Button1"
android:text="@string/JumpCopy2"
app:layout_constraintTop_toBottomOf="@id/Button1"
/>

<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/logo"/>


</androidx.constraintlayout.widget.ConstraintLayout>
Binary file added students/net1814080903204/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 96cdaf9

Please sign in to comment.