Skip to content

Commit

Permalink
hzuapps#4 hzuapps#384 第4次实验
Browse files Browse the repository at this point in the history
  • Loading branch information
lxp99 committed Nov 23, 2020
1 parent 8d10c37 commit 12e7066
Show file tree
Hide file tree
Showing 11 changed files with 73 additions and 132 deletions.
9 changes: 0 additions & 9 deletions students/sec1814080911142/Sec1814080911142Activity.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,16 @@
tools:layout_editor_absoluteY="65dp"
tools:ignore="MissingConstraints" />



<Button
android:id="@+id/button2"
android:layout_width="83dp"
android:layout_width="99dp"
android:layout_height="63dp"
android:text="付款成功"
tools:ignore="MissingConstraints"
tools:layout_editor_absoluteX="44dp"
tools:layout_editor_absoluteY="167dp"
tools:ignore="MissingConstraints" />
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/myimage" />
tools:layout_editor_absoluteY="167dp" />


</LinearLayout>
23 changes: 0 additions & 23 deletions students/sec1814080911142/app/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

29 changes: 29 additions & 0 deletions students/sec1814080911142/fkcg.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/imag2"
android:orientation="horizontal">
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/fkcg11"
/>
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/fkcg22"/>
<Button
android:id="@+id/button11"
android:layout_width="100dp"
android:layout_height="wrap_content"
android:layout_gravity="right"
android:text="@string/submit1" />
<Button
android:id="@+id/button22"
android:layout_width="100dp"
android:layout_height="wrap_content"
android:layout_gravity="right"
android:text="@string/submit2" />

</LinearLayout>
Binary file added students/sec1814080911142/imag2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
39 changes: 39 additions & 0 deletions students/sec1814080911142/smdl.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:orientation="vertical"
android:background="@drawable/myimage"
>
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/to1" />


<EditText
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
android:gravity="top"
android:hint="@string/subject" />


<Button
android:id="@+id/button11"
android:layout_width="100dp"
android:layout_height="wrap_content"
android:layout_gravity="right"
android:text="@string/submit1" />
<Button
android:id="@+id/button22"
android:layout_width="100dp"
android:layout_height="wrap_content"
android:layout_gravity="right"
android:text="@string/submit2" />



</LinearLayout>
Binary file removed students/sec1814080911142/运行截图.PNG
Binary file not shown.

0 comments on commit 12e7066

Please sign in to comment.