summaryrefslogtreecommitdiffstats
path: root/tests/VectorDrawableTest
Commit message (Collapse)AuthorAgeFilesLines
...
* First step on API cleaning on the VectorDrawable to disable animation supportztenghui2014-05-052-27/+2
| | | | | | | | | Cleaning on the API level, and related tests. The animated icon will be only showing the initial state. TODO: Deep clean on the functionality part and attributes. Change-Id: I5723bc5b64f796c3a273d74bde02095751160a88
* Format the xml files for the VectorDrawableTestztenghui2014-04-2419-465/+471
| | | | | | | All automatically done by the tool. No real changes. Change-Id: I8a98be9441d7cb0b3636c2a850d1e7de9e79394f
* Fix build breakageAlan Viverette2014-04-101-7/+7
| | | | Change-Id: I73d9ff5f38986b7acf83b85c1989203f472bc5fd
* Cleaning up VectorDrawableAlan Viverette2014-04-101-7/+7
| | | | | | | | Use argb evaluation method from animation package, lazily create paint, set default for stroke line cap and join. Fix scaling to bounds. Fix drawable in test app. Change-Id: I245d5d6acc6ba9806743ab2bf9bf99aff3649c39
* Theming for more VectorDrawable attrs, add attrs to test appAlan Viverette2014-04-082-16/+21
| | | | | BUG: 13878079 Change-Id: Ibcc8d67446c44cd8f681230fc484c7dc7411ffab
* Clean up on VectorDrawable.ztenghui2014-04-0240-0/+2284
Rename the test from DynamicDrawableTest to VectorDrawableTest. Remove duplicate function calls in the test. Fix comments in VectorDrawable Change-Id: I1ef87137088ccc10b1abdb40ca368345d9dbadab