diff options
Diffstat (limited to 'tests/VectorDrawableTest/res/drawable/vector_drawable01.xml')
-rw-r--r-- | tests/VectorDrawableTest/res/drawable/vector_drawable01.xml | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/tests/VectorDrawableTest/res/drawable/vector_drawable01.xml b/tests/VectorDrawableTest/res/drawable/vector_drawable01.xml index d0f2a2d..118f258 100644 --- a/tests/VectorDrawableTest/res/drawable/vector_drawable01.xml +++ b/tests/VectorDrawableTest/res/drawable/vector_drawable01.xml @@ -24,13 +24,12 @@ android:viewportHeight="480" android:viewportWidth="480" /> - <group> - <path - android:name="box1" - android:pathData="m20,200l100,90l180,-180l-35,-35l-145,145l-60,-60l-40,40z" - android:fill="?android:attr/colorControlActivated" - android:stroke="?android:attr/colorControlActivated" - android:strokeLineCap="round" - android:strokeLineJoin="round" /> - </group> -</vector> + <path + android:name="box1" + android:fill="?android:attr/colorControlActivated" + android:pathData="m20,200l100,90l180,-180l-35,-35l-145,145l-60,-60l-40,40z" + android:stroke="?android:attr/colorControlActivated" + android:strokeLineCap="round" + android:strokeLineJoin="round" /> + +</vector>
\ No newline at end of file |