透明活动不以典型动画打开,只是出现?

发布于 2024-10-31 04:17:54 字数 625 浏览 2 评论 0原文

我有一个使用此主题定义的透明活动:

<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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文