diff options
| author | 2020-12-14 08:45:27 -0800 | |
|---|---|---|
| committer | 2020-12-14 08:45:27 -0800 | |
| commit | 89f45ca74b6c1af92a7e7e109ea74facb047b39a (patch) | |
| tree | dc3bde2b1295c250840c1bef88522c7af0f7a187 | |
| parent | fb62e6388b5935a6ff04d829dbf8cb091cd0f844 (diff) | |
Updated documentation of VectorDrawable
Fixed grammatical errors in documentation for VectorDrawable
Fixes: 170729553
Test: N/A
Change-Id: I4dbdb0f9b30c94f1483b9474759264a8601a2ba1
| -rw-r--r-- | graphics/java/android/graphics/drawable/VectorDrawable.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/java/android/graphics/drawable/VectorDrawable.java b/graphics/java/android/graphics/drawable/VectorDrawable.java index 6dcc251c2ddc..9298d9fcb9a7 100644 --- a/graphics/java/android/graphics/drawable/VectorDrawable.java +++ b/graphics/java/android/graphics/drawable/VectorDrawable.java @@ -84,10 +84,10 @@ import java.util.Stack; * <dd>Defines the name of this vector drawable.</dd> * <dt><code>android:width</code></dt> * <dd>Used to define the intrinsic width of the drawable. - * This support all the dimension units, normally specified with dp.</dd> + * This supports all the dimension units, normally specified with dp.</dd> * <dt><code>android:height</code></dt> - * <dd>Used to define the intrinsic height the drawable. - * This support all the dimension units, normally specified with dp.</dd> + * <dd>Used to define the intrinsic height of the drawable. + * This supports all the dimension units, normally specified with dp.</dd> * <dt><code>android:viewportWidth</code></dt> * <dd>Used to define the width of the viewport space. Viewport is basically * the virtual canvas where the paths are drawn on.</dd> |