退出登录

This commit is contained in:
2026-05-22 17:32:49 +08:00
parent edbe5629fd
commit f89ffbcec3
7 changed files with 124 additions and 16 deletions

View File

@@ -104,7 +104,16 @@
android:textColorHint="@color/gray"
android:textSize="16sp" />
<!-- 确定重设密码按钮 -->
<android.widget.Button
android:id="@+id/btnConfirmReset"
android:layout_width="match_parent"
android:layout_height="40dp"
android:layout_marginTop="32dp"
android:background="@drawable/rounded_blue_bg"
android:text="@string/confirm_reset_password_btn"
android:textColor="@color/white"
android:textSize="16sp" />
</LinearLayout>
</ScrollView>

View File

@@ -195,6 +195,7 @@
<string name="version">版本</string>
<string name="logout">退出登录</string>
<string name="logout_confirm">确定要退出登录吗?</string>
<string name="logout_fail">退出登录失败</string>
<string name="warning_voice_playback">警告语音播放</string>
<string name="warning_voice_content">警告语音内容</string>
<string name="enter_warning_voice_content_system_will_generate_voice_automatically">请输入警告语音内容,系统将自动生成语音</string>

View File

@@ -186,6 +186,7 @@
<string name="version">Version</string>
<string name="logout">Logout</string>
<string name="logout_confirm">Are you sure you want to logout?</string>
<string name="logout_fail">Logout failed</string>
<string name="warning_voice_playback">Warning Voice Playback</string>
<string name="warning_voice_content">Warning Voice Content</string>
<string name="enter_warning_voice_content_system_will_generate_voice_automatically">Enter warning voice content, system will generate voice automatically.</string>