处理闪退,修改背景色

This commit is contained in:
hch
2023-10-23 15:57:40 +08:00
parent 758b87e426
commit f7de908057
5 changed files with 120 additions and 117 deletions

View File

@@ -216,6 +216,11 @@
android:label="达人认证入口"
android:windowSoftInputMode="stateHidden|adjustResize" />
<activity
android:name=".activity.setting.ModifyPwdActivity"
android:label="修改密码"
android:windowSoftInputMode="stateHidden|adjustResize" />
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="com.shayu.onetoone.fileprovider"