diff options
Diffstat (limited to 'tests/VectorDrawableTest/res/values/strings.xml')
-rw-r--r-- | tests/VectorDrawableTest/res/values/strings.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/VectorDrawableTest/res/values/strings.xml b/tests/VectorDrawableTest/res/values/strings.xml index 64163c2..6ae3d7f 100644 --- a/tests/VectorDrawableTest/res/values/strings.xml +++ b/tests/VectorDrawableTest/res/values/strings.xml @@ -15,4 +15,12 @@ --> <resources> + <string name="twoLinePathData" >"M 0,0 v 100 M 0,0 h 100"</string> + + <string name="triangle" > "M300,70 l 0,-70 70,70 0,0 -70,70z"</string> + <string name="rectangle" >"M300,70 l 0,-70 70,0 0,140 -70,0 z"</string> + + <string name="rectangle2" >"M300,70 l 0,-70 70,0 0,70z M300,70 l 70,0 0,70 -70,0z"</string> + <string name="equal2" > "M300,35 l 0,-35 70,0 0,35z M300,105 l 70,0 0,35 -70,0z"</string> + </resources> |