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

Commit 9b1023a9 authored by ztenghui's avatar ztenghui Committed by Android Git Automerger
Browse files

am a0a09e88: Merge "Clean up on VectorDrawable."

* commit 'a0a09e88':
  Clean up on VectorDrawable.
parents 05956ac3 a0a09e88
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