OSDN Git Service

Recommend res/animator/ for animator style res in AVD
authorDoris Liu <tianliu@google.com>
Thu, 1 Mar 2018 19:11:44 +0000 (11:11 -0800)
committerDoris Liu <tianliu@google.com>
Thu, 1 Mar 2018 19:24:47 +0000 (11:24 -0800)
BUG: 74074384
Test: Visual inspection
Change-Id: Ifd268efd85124c7597b5b135a3dbe13d009dc917

graphics/java/android/graphics/drawable/AnimatedVectorDrawable.java

index e74dc6d..54358e3 100644 (file)
@@ -201,10 +201,10 @@ import dalvik.annotation.optimization.FastNative;
  *     android:drawable=&quot;@drawable/vectordrawable&quot; &gt;
  *     &lt;target
  *         android:name=&quot;rotationGroup&quot;
- *         android:animation=&quot;@anim/rotation&quot; /&gt;
+ *         android:animation=&quot;@animator/rotation&quot; /&gt;
  *     &lt;target
  *         android:name=&quot;v&quot;
- *         android:animation=&quot;@anim/path_morph&quot; /&gt;
+ *         android:animation=&quot;@animator/path_morph&quot; /&gt;
  * &lt;/animated-vector&gt;
  * </pre>
  * </li>