Android windowEnterAnimation属性不存在

时间:2014-08-24 16:50:41

标签: android android-animation android-styles

我一直试图按照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文件中收到的错误是:

error: Error: No resource found that matches the given name (at 'android:windowEnterAnimation' with value '@anim/slide_down_dialog.xml').

我发现的关于这类动画的所有问题都使用了windowEnter/ExitAnimation。我看了android docs,据说它有这个属性,但我不能为我的生活让它出现。

提前感谢您的任何帮助/建议。如果这是重复,请指出我正确的方向,我找不到任何相关的问题。

2 个答案:

答案 0 :(得分:2)

你sholud在android之前添加@PersistenceContext private EntityManager em; public EntityManager getEntityManager() { return em; } public void setEntityManager(EntityManager em) { this.em = em; } 字母并删除@之类的:

.xml

答案 1 :(得分:1)

我认为是: 删除(.xml)就像(@ anim / slide_down_dialog)