diff options
Diffstat (limited to 'docs/html/guide/topics/resources/drawable-resource.jd')
-rw-r--r-- | docs/html/guide/topics/resources/drawable-resource.jd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/html/guide/topics/resources/drawable-resource.jd b/docs/html/guide/topics/resources/drawable-resource.jd index 80de9f9..a34ed6c 100644 --- a/docs/html/guide/topics/resources/drawable-resource.jd +++ b/docs/html/guide/topics/resources/drawable-resource.jd @@ -1248,7 +1248,6 @@ the right edge, a right gravity clips the left edge, and neither clips both edge android:drawable="@drawable/android" android:clipOrientation="horizontal" android:gravity="left" /> -</clip> </pre> <p>The following layout XML applies the clip drawable to a View:</p> <pre> |