6.6.0 - 内置模块重写; 新增部分模块及方法; 修复高版本安卓系统兼容问题; 优化文件管理器及打包功能体验
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:zAdjustment="top"
|
||||
android:shareInterpolator="false">
|
||||
|
||||
6
app/src/main/res/anim/no_anim_fade_in.xml
Normal file
6
app/src/main/res/anim/no_anim_fade_in.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<alpha
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:fromAlpha="0.0"
|
||||
android:toAlpha="1.0"
|
||||
android:duration="0" />
|
||||
6
app/src/main/res/anim/no_anim_fade_out.xml
Normal file
6
app/src/main/res/anim/no_anim_fade_out.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<alpha
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:fromAlpha="1.0"
|
||||
android:toAlpha="0.0"
|
||||
android:duration="0" />
|
||||
Reference in New Issue
Block a user