diff options
Diffstat (limited to 'tests/VectorDrawableTest/res/drawable/vector_drawable17.xml')
-rw-r--r-- | tests/VectorDrawableTest/res/drawable/vector_drawable17.xml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/tests/VectorDrawableTest/res/drawable/vector_drawable17.xml b/tests/VectorDrawableTest/res/drawable/vector_drawable17.xml index 4453ae4..1ec72be 100644 --- a/tests/VectorDrawableTest/res/drawable/vector_drawable17.xml +++ b/tests/VectorDrawableTest/res/drawable/vector_drawable17.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,21 +16,20 @@ <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="1200" - android:viewportHeight="600"/> + <viewport + android:viewportHeight="600" + android:viewportWidth="1200" /> - <group> - <path - android:name="house" - android:pathData="M200,300 Q400,50 600,300 T1000,300" - android:stroke="#FFFF0000" - android:strokeWidth="10" - android:rotation="360" - android:pivotX="600" - android:pivotY="300"/> - </group> + <path + android:name="house" + android:pathData="M200,300 Q400,50 600,300 T1000,300" + android:pivotX="600" + android:pivotY="300" + android:rotation="360" + android:stroke="#FFFF0000" + android:strokeWidth="10" /> -</vector> +</vector>
\ No newline at end of file |