diff --git a/docs/html/tools/help/vector-asset-studio.jd b/docs/html/tools/help/vector-asset-studio.jd index 46adb99a97b7f..bdf46ebd3e9c2 100644 --- a/docs/html/tools/help/vector-asset-studio.jd +++ b/docs/html/tools/help/vector-asset-studio.jd @@ -60,7 +60,8 @@ generate Portable Network Graphic (PNG) files (the default) or use the Support Library.
For backward-compatibility, Vector Asset Studio generates
-raster images of the vector drawable. You can refer to vector assets as
+raster images of the vector drawable. The vector and raster drawables are
+packaged together in the APK. You can refer to vector assets as
{@link android.graphics.drawable.Drawable} in Java code or
@drawable in XML code; when your app runs, the corresponding vector
or raster image displays automatically depending on the API level.
android:fillColor="#FF000000"). Using this approach, y
that you placed in a layout, and the icon color changes to the tint color. If the icon color
isn't black, the icon color might instead blend with the tint color.
-The following table summarizes the two techniques you can use for backward-compatibility with Android 4.4 (API level 20) and lower:
@@ -118,7 +119,7 @@ backward-compatibility with Android 4.4 (API level 20) and lower:| Technique | -Graphics Type | +Drawables in APK | VectorDrawable XML Elements | Android Plugin for Gradle | Build Flags | @@ -127,7 +128,7 @@ backward-compatibility with Android 4.4 (API level 20) and lower:
|---|---|---|---|---|---|
| PNG generation | -Vector and PNG | +Vector and raster | Subset supported | 1.5.0 or higher | Default | @@ -147,7 +148,7 @@ backward-compatibility with Android 4.4 (API level 20) and lower: