diff options
Diffstat (limited to 'tests/VectorDrawableTest/res/drawable/vector_drawable02.xml')
-rw-r--r-- | tests/VectorDrawableTest/res/drawable/vector_drawable02.xml | 39 |
1 files changed, 20 insertions, 19 deletions
diff --git a/tests/VectorDrawableTest/res/drawable/vector_drawable02.xml b/tests/VectorDrawableTest/res/drawable/vector_drawable02.xml index 728624a..034f7a0 100644 --- a/tests/VectorDrawableTest/res/drawable/vector_drawable02.xml +++ b/tests/VectorDrawableTest/res/drawable/vector_drawable02.xml @@ -1,4 +1,5 @@ -<!-- Copyright (C) 2014 The Android Open Source Project +<!-- + Copyright (C) 2014 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,23 +16,23 @@ <vector xmlns:android="http://schemas.android.com/apk/res/android" > <size - android:width="64dp" - android:height="64dp"/> + android:height="64dp" + android:width="64dp" /> - <viewport android:viewportWidth="320" - android:viewportHeight="320"/> + <viewport + android:viewportHeight="320" + android:viewportWidth="320" /> - <group> - <path - android:name="house" - android:pathData="M 130,225 L 130,115 L 130,115 L 70,15 L 10,115 L 10,115 L 10,225 z" - android:fill="#ff440000" - android:stroke="#FF00FF00" - android:strokeWidth="10" - android:rotation="180" - android:pivotX="70" - android:pivotY="120" - android:trimPathStart=".1" - android:trimPathEnd=".9"/> - </group> -</vector> + <path + android:name="house" + android:fill="#ff440000" + android:pathData="M 130,225 L 130,115 L 130,115 L 70,15 L 10,115 L 10,115 L 10,225 z" + android:pivotX="70" + android:pivotY="120" + android:rotation="180" + android:stroke="#FF00FF00" + android:strokeWidth="10" + android:trimPathEnd=".9" + android:trimPathStart=".1" /> + +</vector>
\ No newline at end of file |