- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我一直在尝试遵循 adding an animation to a dialog box 的这个答案.但是,我在第一次添加样式时遇到错误。
我已将以下内容添加到 res/values/styles.xml
(不完全确定这是否正确)
<style name="DialogAnimation">
<item name="android:windowEnterAnimation">@anim/slide_down_dialog.xml</item>
<item name="android:windowExitAnimation">@anim/slide_out_up</item>
</style>
第一项,android:windowEnterAnimation
,当我点击完成 android:
时似乎不存在。这也适用于 android:windowExitAnimation
。我在 XML 文件中收到的错误是:
错误:错误:找不到与给定名称匹配的资源(在“android:windowEnterAnimation”中,值为“@anim/slide_down_dialog.xml”)。
我发现的所有关于此类动画的问题都使用 windowEnter/ExitAnimation
。我看着 android docs并且它应该具有此属性,但我无法为我的生活让它出现。
在此先感谢您的帮助/建议。如果这是重复的,请指出正确的方向,我找不到任何相关问题。
最佳答案
你应该把 @
字母放在 android 之前并删除 .xml
像:
<item name="@android:windowEnterAnimation">@anim/slide_down_dialog</item>
关于Android windowEnterAnimation 属性不存在,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25474019/
我一直在尝试遵循 adding an animation to a dialog box 的这个答案.但是,我在第一次添加样式时遇到错误。 我已将以下内容添加到 res/values/styles.x
关闭。这个问题需要debugging details .它目前不接受答案。 编辑问题以包含 desired behavior, a specific problem or error, and th
我已经按照迁移到 android studio 3.0 updgradation 的步骤进行操作。 构建.gradle flavorDimensions 'dimensionless' D:\
我是一名优秀的程序员,十分优秀!