use of android.graphics.drawable.AnimatedVectorDrawable in project android_frameworks_base by crdroidandroid.
the class AnimatedVectorDrawableTest method onClick.
@Override
public void onClick(View v) {
AnimatedVectorDrawable d = (AnimatedVectorDrawable) v.getBackground();
d.start();
}
Aggregations