From fdcfe6ef562cc3e8bbd6fcf2faedfbd9571f4490 Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期一, 01 四月 2024 14:33:42 +0800 Subject: [PATCH] 解决小程序白屏的问题 --- app/src/main/res/anim/dcloud_unimp_host_close_exit.xml | 19 +++++++------------ 1 files changed, 7 insertions(+), 12 deletions(-) diff --git a/app/src/main/res/anim/dcloud_unimp_host_close_exit.xml b/app/src/main/res/anim/dcloud_unimp_host_close_exit.xml index a54e277..d3ee64d 100644 --- a/app/src/main/res/anim/dcloud_unimp_host_close_exit.xml +++ b/app/src/main/res/anim/dcloud_unimp_host_close_exit.xml @@ -1,14 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> -<set xmlns:android="http://schemas.android.com/apk/res/android"> - <alpha +<translate xmlns:android="http://schemas.android.com/apk/res/android" + android:duration="200" + android:fromXDelta="0%p" + android:toXDelta="0%p" /> - android:duration="300" - android:fromAlpha="1.0" - android:toAlpha="0" /> -<!-- <translate--> -<!-- android:fromXDelta="0"--> -<!-- android:toXDelta="100%p"--> -<!-- android:duration="300"--> -<!-- android:interpolator="@android:anim/accelerate_interpolator"--> -<!-- />--> -</set> \ No newline at end of file + + + -- Gitblit v1.8.0