We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
经反复测试 android点击桌面应用图标的时候会有短暂的停顿, 大概0.5秒左右才能启动程序, 其实点击应用图标的时候程序是已经启动了 只不过android:windowIsTranslucent这句设置为透明后0.5秒啥也看不到, 这就导致感觉有卡顿似的 去掉这句后android:windowIsTranslucent没有卡顿了 但有白屏了 能否解决这个问题了?
就差这最后一步达到完美了
The text was updated successfully, but these errors were encountered:
android 8.0 上遇到了同样的问题
Sorry, something went wrong.
Maybe you can add the followings to your AppTheme
AppTheme
<item name="android:windowBackground">@drawable/YOUR_SPLASH_DRAWABLE</item> <item name="colorPrimaryDark">@android:color/transparent</item>
No branches or pull requests
经反复测试
android点击桌面应用图标的时候会有短暂的停顿,
大概0.5秒左右才能启动程序,
其实点击应用图标的时候程序是已经启动了
只不过android:windowIsTranslucent这句设置为透明后0.5秒啥也看不到,
这就导致感觉有卡顿似的
去掉这句后android:windowIsTranslucent没有卡顿了 但有白屏了
能否解决这个问题了?
就差这最后一步达到完美了
The text was updated successfully, but these errors were encountered: