Skip to content

Commit

Permalink
hzuapps#3 hzuapps#445 第三次实验
Browse files Browse the repository at this point in the history
  • Loading branch information
zqy1158 committed Oct 14, 2020
1 parent ee34d2f commit da727fb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions students/net1814080903123/novel_search.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?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=".NovelSearch">

<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" />
<TextView
android:id="@+id/textview_01"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:drawableTop="@drawable/tupian"
android:text="" />

</androidx.constraintlayout.widget.ConstraintLayout>
Binary file added students/net1814080903123/tupian.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 da727fb

Please sign in to comment.