This commit is contained in:
pengxiaolong
2025-12-26 22:01:04 +08:00
parent 79b5bc0273
commit 7814a10815
108 changed files with 6538 additions and 1987 deletions

View File

@@ -99,7 +99,7 @@
<!-- 输入框 -->
<EditText
android:id="@+id/et_username"
android:id="@+id/et_email"
android:layout_width="315dp"
android:layout_height="52dp"
android:layout_marginTop="20dp"
@@ -108,7 +108,7 @@
android:hint="Please enter your email address"
android:textColorHint="#CBCBCB"
android:textSize="14sp"
android:textColor="#CBCBCB" />
android:textColor="#000000" />
<!-- 密码输入框 -->
<RelativeLayout
android:layout_width="315dp"