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

Commit

Permalink
Update activity_info1814080903310.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeesionChone authored Jan 16, 2021
1 parent af6c9ee commit 3157ee6
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions students/net1814080903310/activity_info1814080903310.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">

<Button
Expand All @@ -74,7 +74,24 @@
tools:ignore="OnClick" />
</LinearLayout>

<TextView
android:id="@+id/viewName"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="您的昵称为:" />

<TextView
android:id="@+id/viewEmail"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="您的邮箱为:" />

<TextView
android:id="@+id/viewPhone"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="您的电话为:" />

</LinearLayout>

</androidx.constraintlayout.widget.ConstraintLayout>

0 comments on commit 3157ee6

Please sign in to comment.