diff options
Diffstat (limited to 'tests/VectorDrawableTest/res/drawable/vector_drawable09.xml')
-rw-r--r-- | tests/VectorDrawableTest/res/drawable/vector_drawable09.xml | 37 |
1 files changed, 20 insertions, 17 deletions
diff --git a/tests/VectorDrawableTest/res/drawable/vector_drawable09.xml b/tests/VectorDrawableTest/res/drawable/vector_drawable09.xml index 09934de..b3c91a8 100644 --- a/tests/VectorDrawableTest/res/drawable/vector_drawable09.xml +++ b/tests/VectorDrawableTest/res/drawable/vector_drawable09.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,27 +16,29 @@ <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="200" - android:viewportHeight="200"/> + <viewport + android:viewportHeight="200" + android:viewportWidth="200" /> <group> <path - android:name="arrow" - android:pathData="M 20,20 l 60,0 0,140 -60,0 z M 120,20 l 60,0 0,140 -60,0 z" - android:fill="#ffffffff"/> + android:name="arrow" + android:fill="#ffffffff" + android:pathData="M 20,20 l 60,0 0,140 -60,0 z M 120,20 l 60,0 0,140 -60,0 z" /> </group> <group> <path - android:name="house" - android:pathData="M 100,20 l 0,0 0,140 -80,0 z M 100,20 l 0,0 80,140 -80,0 z" - android:fill="#ffffffff" - android:rotation="90" - android:pivotX="100" - android:pivotY="100"/> + android:name="house" + android:fill="#ffffffff" + android:pathData="M 100,20 l 0,0 0,140 -80,0 z M 100,20 l 0,0 80,140 -80,0 z" + android:pivotX="100" + android:pivotY="100" + android:rotation="90" /> </group> - <animation android:sequence="arrow,house"/> -</vector> + + <animation android:sequence="arrow,house" /> + +</vector>
\ No newline at end of file |