Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e9418ef authored by Doris Liu's avatar Doris Liu
Browse files

Recommend res/animator/ for animator style res in AVD

BUG: 74074384
Test: Visual inspection
Change-Id: Ifd268efd85124c7597b5b135a3dbe13d009dc917
parent d205cde5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>