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

#3 #18 第三次实验 #525

Merged
merged 1 commit into from
Oct 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
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
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.