diff options
Diffstat (limited to 'tests/VectorDrawableTest/res/drawable/vector_drawable19.xml')
-rw-r--r-- | tests/VectorDrawableTest/res/drawable/vector_drawable19.xml | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/tests/VectorDrawableTest/res/drawable/vector_drawable19.xml b/tests/VectorDrawableTest/res/drawable/vector_drawable19.xml index 013254f..2dca48d 100644 --- a/tests/VectorDrawableTest/res/drawable/vector_drawable19.xml +++ b/tests/VectorDrawableTest/res/drawable/vector_drawable19.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,31 +16,30 @@ <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="1000" - android:viewportHeight="800"/> + <viewport + android:viewportHeight="800" + android:viewportWidth="1000" /> <group> <path - android:name="arrow" - android:pathData="M10,300 Q400,50 600,300 T1000,300" - android:stroke="#FF00FFFF" - android:strokeWidth="40"/> + android:name="arrow" + android:pathData="M10,300 Q400,50 600,300 T1000,300" + android:stroke="#FF00FFFF" + android:strokeWidth="40" /> </group> - <group> <path - android:name="house" - android:pathData="M10,300 Q400,550 600,300 T1000,300" - android:stroke="#FFFF0000" - android:strokeWidth="60" - android:pivotX="90" - android:pivotY="100"/> + android:name="house" + android:pathData="M10,300 Q400,550 600,300 T1000,300" + android:pivotX="90" + android:pivotY="100" + android:stroke="#FFFF0000" + android:strokeWidth="60" /> </group> - <animation android:sequence="arrow,house"/> - + <animation android:sequence="arrow,house" /> -</vector> +</vector>
\ No newline at end of file |