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 #554 from Hacker-LAM/master
Browse files Browse the repository at this point in the history
#3 #426 第三次实验
  • Loading branch information
zengsn authored Oct 12, 2020
2 parents b800e7c + fb4fd92 commit 697a9f2
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
Binary file added students/net1814080903304/Homework_Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions students/net1814080903304/activity_funtion_next.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?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=".Funtion_Next">

<TextView
android:id="@+id/textView1"
android:layout_width="103dp"
android:layout_height="32dp"
android:text="@string/funtion_next_context"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:ignore="MissingConstraints" />

<Button
android:id="@+id/button2"
android:layout_width="107dp"
android:layout_height="0dp"
android:layout_marginTop="154dp"
android:layout_marginEnd="152dp"
android:layout_marginRight="152dp"
android:layout_marginBottom="252dp"
android:text="@string/return_home"
app:layout_constraintBottom_toTopOf="@+id/imageView"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />

<ImageView
android:id="@+id/imageView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="66dp"
android:src="@drawable/homework_icon"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/button2" />


</androidx.constraintlayout.widget.ConstraintLayout>

0 comments on commit 697a9f2

Please sign in to comment.