From 89f45ca74b6c1af92a7e7e109ea74facb047b39a Mon Sep 17 00:00:00 2001 From: Nader Jawad Date: Mon, 14 Dec 2020 08:45:27 -0800 Subject: [PATCH] Updated documentation of VectorDrawable Fixed grammatical errors in documentation for VectorDrawable Fixes: 170729553 Test: N/A Change-Id: I4dbdb0f9b30c94f1483b9474759264a8601a2ba1 --- graphics/java/android/graphics/drawable/VectorDrawable.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/java/android/graphics/drawable/VectorDrawable.java b/graphics/java/android/graphics/drawable/VectorDrawable.java index 6dcc251c2ddc5..9298d9fcb9a77 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; *
Defines the name of this vector drawable.
*
android:width
*
Used to define the intrinsic width of the drawable. - * This support all the dimension units, normally specified with dp.
+ * This supports all the dimension units, normally specified with dp. *
android:height
- *
Used to define the intrinsic height the drawable. - * This support all the dimension units, normally specified with dp.
+ *
Used to define the intrinsic height of the drawable. + * This supports all the dimension units, normally specified with dp.
*
android:viewportWidth
*
Used to define the width of the viewport space. Viewport is basically * the virtual canvas where the paths are drawn on.