docs: repaired link to internal section
Test: make ds-docs Bug: 79236136 Change-Id: Idf48cf7a055a0aa3841d6b4d0540724b43c61241
This commit is contained in:
@@ -57,6 +57,8 @@ import android.view.View;
|
||||
import com.android.internal.R;
|
||||
import com.android.internal.util.VirtualRefBasePtr;
|
||||
|
||||
import dalvik.annotation.optimization.FastNative;
|
||||
|
||||
import org.xmlpull.v1.XmlPullParser;
|
||||
import org.xmlpull.v1.XmlPullParserException;
|
||||
|
||||
@@ -64,7 +66,6 @@ import java.io.IOException;
|
||||
import java.lang.ref.WeakReference;
|
||||
import java.util.ArrayList;
|
||||
|
||||
import dalvik.annotation.optimization.FastNative;
|
||||
|
||||
/**
|
||||
* This class animates properties of a {@link android.graphics.drawable.VectorDrawable} with
|
||||
@@ -167,7 +168,7 @@ import dalvik.annotation.optimization.FastNative;
|
||||
* </p>
|
||||
* Below is an example of a VectorDrawable defined in vectordrawable.xml. This VectorDrawable is
|
||||
* referred to by its file name (not including file suffix) in the
|
||||
* <a href="AVDExample">AnimatedVectorDrawable XML example</a>.
|
||||
* <a href="#AVDExample">AnimatedVectorDrawable XML example</a>.
|
||||
* <pre>
|
||||
* <vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
* android:height="64dp"
|
||||
|
||||
Reference in New Issue
Block a user