-1
`<?xml version="1.0" encoding="UTF-8" ?>
<resources>
<style name="dialog_anim" >
<item name="android:widowEnterAnimation">@anim/Slide_up</item>
<item name="android:widowExitAnimation">@anim/Slide_right</item>
</style>
</resources>`
我已經嘗試了所有可能的答案從谷歌沒有得到正確,所以請幫助我。xamarin studio中的資源錯誤
這是我得到的錯誤:
沒有資源發現匹配的android:windowEnterAnimation
沒有資源發現匹配android:windowEnterAnimation是錯誤 –