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

Commit fba3bad3 authored by ztenghui's avatar ztenghui
Browse files

Clean up on VectorDrawable.

Rename the test from DynamicDrawableTest to VectorDrawableTest.
Remove duplicate function calls in the test.
Fix comments in VectorDrawable

Change-Id: I1ef87137088ccc10b1abdb40ca368345d9dbadab
parent 1970f570
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -61,9 +61,9 @@ import java.util.HashSet;
 * <p/>
 * <dl>
 * <dt><code>&lt;vector></code></dt>
 * <dd> * The attribute <code>android:trigger</code> defines a state change that
 * <dd>The attribute <code>android:trigger</code> defines a state change that
 * will drive the animation </dd>
 * <dd> * The attribute <code>android:versionCode</code> defines the version of
 * <dd>The attribute <code>android:versionCode</code> defines the version of
 * VectorDrawable </dd>
 * <dt><code>&lt;size></code></dt>
 * <dd>Used to defined the intrinsic Width Height size of the drawable using
+0 −3
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<lint>
</lint>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ include $(CLEAR_VARS)

LOCAL_SRC_FILES := $(call all-subdir-java-files)

LOCAL_PACKAGE_NAME := DynamicDrawableTest
LOCAL_PACKAGE_NAME := VectorDrawableTest

LOCAL_MODULE_TAGS := tests

Loading