diff --git a/graphics/java/android/graphics/drawable/Drawable.java b/graphics/java/android/graphics/drawable/Drawable.java index 3aca867c03470..c2e302e184c90 100644 --- a/graphics/java/android/graphics/drawable/Drawable.java +++ b/graphics/java/android/graphics/drawable/Drawable.java @@ -109,6 +109,9 @@ import java.util.Collection; *
  • Nine Patch: an extension to the PNG format allows it to * specify information about how to stretch it and place things inside of * it. + *
  • Vector: a drawable defined in an XML file as a set of points, + * lines, and curves along with its associated color information. This type + * of drawable can be scaled without loss of display quality. *
  • Shape: contains simple drawing commands instead of a raw * bitmap, allowing it to resize better in some cases. *
  • Layers: a compound drawable, which draws multiple underlying