diff options
Diffstat (limited to 'tests/VectorDrawableTest/res/drawable/vector_drawable08.xml')
-rw-r--r-- | tests/VectorDrawableTest/res/drawable/vector_drawable08.xml | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/tests/VectorDrawableTest/res/drawable/vector_drawable08.xml b/tests/VectorDrawableTest/res/drawable/vector_drawable08.xml index 59f7459..44ef979 100644 --- a/tests/VectorDrawableTest/res/drawable/vector_drawable08.xml +++ b/tests/VectorDrawableTest/res/drawable/vector_drawable08.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,20 +16,18 @@ <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:viewportHeight="600" + android:viewportWidth="600" /> - <viewport android:viewportWidth="600" - android:viewportHeight="600"/> + <path + android:name="pie1" + android:fill="#ffffcc00" + android:pathData="M535.441,412.339A280.868,280.868 0 1,1 536.186,161.733L284.493,286.29Z" + android:stroke="#FF00FF00" + android:strokeWidth="1" /> - <group> - <path - android:name="pie1" - android:pathData="M535.441,412.339A280.868,280.868 0 1,1 536.186,161.733L284.493,286.29Z" - android:fill="#ffffcc00" - android:stroke="#FF00FF00" - android:strokeWidth="1"/> - </group> - -</vector> +</vector>
\ No newline at end of file |