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

Commit a0a09e88 authored by ztenghui's avatar ztenghui Committed by Android (Google) Code Review
Browse files

Merge "Clean up on VectorDrawable."

parents 10a5ec23 fba3bad3
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