Skip to content

Commit

Permalink
hzuapps#3 hzuapps#163 第三次实验
Browse files Browse the repository at this point in the history
  • Loading branch information
LHX98 committed Oct 17, 2020
1 parent 9a42704 commit 2a1c9ae
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions students/net1814080903131/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?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=".Net1814080903131Activity">

<Button
android:id="@+id/button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="查找"
tools:layout_editor_absoluteX="131dp"
tools:layout_editor_absoluteY="220dp" />

<Button
android:id="@+id/button2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="拍照翻译"
tools:layout_editor_absoluteX="131dp"
tools:layout_editor_absoluteY="121dp" />

<TextView
android:id="@+id/textview_01"
android:layout_width="412dp"
android:layout_height="600dp"
android:drawableTop="@drawable/youdao"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toTopOf="parent" />

</androidx.constraintlayout.widget.ConstraintLayout>

0 comments on commit 2a1c9ae

Please sign in to comment.