, 나는 몇 가지 포인터 용 SDK를 통해 탐색과 구글에 의해 불확정 회 XML 파일 발견사용자 정의 스피너 애니메이션 원활하지 : framesCount 및 frameDuration 오류
<?xml version="1.0" encoding="utf-8"?>
<animated-rotate xmlns:android="http://schemas.android.com/apk/res/android"
android:drawable="@drawable/spinner_black_16"
android:pivotX="50%"
android:pivotY="50%"
android:framesCount="12"
android:frameDuration="100" />
을 내가 이것을 자신의 프로젝트에서 drawable로 사용할 때 android:framesCount
과 android:framesDuration
에 관해서 오류가 발생합니다. Google에서 잠시 동안보고 난 후에 this이라는 문제 보고서 링크를 찾았습니다.
내 질문은 : android:framesCount
및 android:framesDuration
을 계속 사용할 수있는 해결 방법이 있습니까? 아니면 내 맞춤 회 전자를 부드럽게 회전시킬 수있는 다른 방법이 있습니까?
같은 문제에 문제가 있습니다. framesCount 및 frameDuration 없이는 애니메이션이 부드럽 지 않습니다. –