Merge "Recommend res/animator/ for animator style res in AVD"

This commit is contained in:
Doris Liu
2018-03-01 21:21:02 +00:00
committed by Android (Google) Code Review

View File

@@ -201,10 +201,10 @@ import dalvik.annotation.optimization.FastNative;
* android:drawable="@drawable/vectordrawable" >
* <target
* android:name="rotationGroup"
* android:animation="@anim/rotation" />
* android:animation="@animator/rotation" />
* <target
* android:name="v"
* android:animation="@anim/path_morph" />
* android:animation="@animator/path_morph" />
* </animated-vector>
* </pre>
* </li>