历史+个人中心页面

This commit is contained in:
fengjignqi
2026-05-16 18:00:08 +08:00
parent 1e296b84cf
commit b420d1b5e6
8 changed files with 129 additions and 2 deletions

View File

@@ -99,6 +99,7 @@
</LinearLayout>
<LinearLayout
android:id="@+id/linear_language"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"

View File

@@ -77,7 +77,7 @@
android:layout_height="@dimen/dp_24"
android:src="@mipmap/icon_psd"/>
<EditText
android:id="@+id/et_input_psd"
android:id="@+id/et_input_confirm_psd"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_5"

View File

@@ -16,6 +16,7 @@
<string name="hint_input_new_psd">请输入新密码</string>
<string name="hint_input_new_psd_agin">请再次输入新密码</string>
<string name="login_error_phone_empty">手机号不能为空</string>
<string name="hint_input_psd_not_match">两次输入的密码不一致</string>
<string name="login_error_phone_invalid">请输入正确的手机号或邮箱</string>
<string name="register_title">注册用户</string>
<string name="register_title_bar">注册</string>

View File

@@ -15,6 +15,7 @@
<string name="hint_input_psd_agin">请再次输入密码</string>
<string name="hint_input_new_psd">请输入新密码</string>
<string name="hint_input_new_psd_agin">请再次输入新密码</string>
<string name="hint_input_psd_not_match">两次输入的密码不一致</string>
<string name="login_error_phone_empty">手机号不能为空</string>
<string name="login_error_phone_invalid">请输入正确的手机号或邮箱</string>
<string name="register_title">注册用户</string>