添加应用异常信息邮件接收账号设置窗口资源文件。

This commit is contained in:
2026-07-21 12:48:06 +08:00
parent 332c5420b7
commit eebb21d041
3 changed files with 45 additions and 2 deletions
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="应用异常信息邮件接收账号设置:"/>
</LinearLayout>