diff --git a/docs/html/guide/topics/resources/drawable-resource.jd b/docs/html/guide/topics/resources/drawable-resource.jd index 89c85e22973ae..912b6fd843232 100644 --- a/docs/html/guide/topics/resources/drawable-resource.jd +++ b/docs/html/guide/topics/resources/drawable-resource.jd @@ -1418,7 +1418,7 @@ bound. The value's format is XX%. For instance: 100%, 12.5%, etc. The filename is used as the resource ID.
compiled resource datatype:
-
Resource pointer to a {@link android.graphics.drawable.ShapeDrawable}.
+
Resource pointer to a {@link android.graphics.drawable.GradientDrawable}.
resource reference:
@@ -1458,9 +1458,7 @@ In XML: @[package:]drawable/filename android:bottom="integer" /> <size android:width="integer" - android:color="color" - android:dashWidth="integer" - android:dashGap="integer" /> + android:height="integer" /> <solid android:color="color" /> <stroke