diff options
author | Alan Viverette <alanv@google.com> | 2014-04-10 14:28:30 -0700 |
---|---|---|
committer | Alan Viverette <alanv@google.com> | 2014-04-10 14:28:30 -0700 |
commit | 4b1a7c203d5e32c8b2dc7f4f54f28559ca31860a (patch) | |
tree | 2f0d7a1fc92ca8ada9a0ecb5466ed1ac523b31c2 /tests | |
parent | a47c3cc5375777a9adbc0dba95e6f133541f8d28 (diff) | |
download | frameworks_base-4b1a7c203d5e32c8b2dc7f4f54f28559ca31860a.zip frameworks_base-4b1a7c203d5e32c8b2dc7f4f54f28559ca31860a.tar.gz frameworks_base-4b1a7c203d5e32c8b2dc7f4f54f28559ca31860a.tar.bz2 |
Fix build breakage
Change-Id: I73d9ff5f38986b7acf83b85c1989203f472bc5fd
Diffstat (limited to 'tests')
-rw-r--r-- | tests/VectorDrawableTest/res/drawable/vector_drawable01.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/VectorDrawableTest/res/drawable/vector_drawable01.xml b/tests/VectorDrawableTest/res/drawable/vector_drawable01.xml index 1507058..bb2bebf 100644 --- a/tests/VectorDrawableTest/res/drawable/vector_drawable01.xml +++ b/tests/VectorDrawableTest/res/drawable/vector_drawable01.xml @@ -28,14 +28,14 @@ <path android:name="check" android:pathData="m20,200l100,90l180,-180l-35,-35l-145,145l-60,-60l-40,40z" - android:fill="?attr/colorControlActivated" /> + android:fill="?android:attr/colorControlActivated" /> </group> <group> <path android:name="box1" android:pathData="m127,171l37,38l33,-31l-37,-40l-1,3l-2,0l-30,30z" - android:fill="?attr/colorControlActivated" - android:stroke="?attr/colorControlActivated" + android:fill="?android:attr/colorControlActivated" + android:stroke="?android:attr/colorControlActivated" android:strokeLineCap="round" android:strokeLineJoin="round" /> </group> @@ -46,8 +46,8 @@ android:rotation="46.757" android:pivotX="162" android:pivotY="173.5" - android:fill="?attr/colorControlNormal" - android:stroke="?attr/colorControlNormal" + android:fill="?android:attr/colorControlNormal" + android:stroke="?android:attr/colorControlNormal" android:strokeWidth="3" android:strokeLineCap="round" android:strokeLineJoin="round" /> @@ -56,7 +56,7 @@ <path android:name="box3" android:pathData="m187,147l-1,55l-49,-1l2,-53l48,0z" - android:stroke="?attr/colorControlNormal" + android:stroke="?android:attr/colorControlNormal" android:strokeWidth="10" android:strokeLineCap="round" android:strokeLineJoin="round" /> @@ -65,7 +65,7 @@ <path android:name="box4" android:pathData="m248,74l0,164l-177,0l1,-165l173,-1l3,2z" - android:stroke="?attr/colorControlNormal" + android:stroke="?android:attr/colorControlNormal" android:strokeWidth="30" android:strokeLineCap="round" android:strokeLineJoin="round" /> |