透明活动不以典型动画打开,只是出现?
我有一个使用此主题定义的透明活动:
<style name="Theme.Transparent.NoDim" parent="android:Theme.Translucent">
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowNoTitle">true</item>
<item name="android:backgroundDimEnabled">false</item>
</style>
并且在 AndroidManifest.xml 中
<activity android:name=".Activity"
android:theme="@style/Theme.Transparent.NoDim">
</activity>
但是,由于将此主题添加到活动中,当打开时,活动不会使用普通动画(视图扩展以填充屏幕)打开,而只是突然出现。
关于原因和解决办法有什么想法吗?
谢谢你!
I have a transparent activity defined using this theme:
<style name="Theme.Transparent.NoDim" parent="android:Theme.Translucent">
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowNoTitle">true</item>
<item name="android:backgroundDimEnabled">false</item>
</style>
And in the AndroidManifest.xml
<activity android:name=".Activity"
android:theme="@style/Theme.Transparent.NoDim">
</activity>
However since adding this theme to the Activity, when opened the Activity does not open using the normal animation (where the view expands to fill the screen), rather it just suddenly appears.
Any ideas on why, and a fix?
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论