summaryrefslogtreecommitdiffstats
path: root/tests/VectorDrawableTest/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* AnimatedVectorDrawable Attr proof of conceptAndrew Flynn2015-05-111-1/+10
| | | | | | | | This crashes while trying to run due to the '?attr/color1' reference inside res/anim/blink.xml Bug: 20817800 Change-Id: Ie3ea24ac9b22e69af152d6ffe87c8c953929299c
* Support dot separation as the svg path data did.ztenghui2014-10-081-1/+1
| | | | | | | | | Like "0.0.0" will be separated to "0.0 .0" now, just to make sure we are more complied with svg path data. b/17892882 Change-Id: Id7b64e9882f5174aa794a0256e2a29d66c724876
* Add one more test and update old testsztenghui2014-09-231-0/+9
| | | | | | | | | This is just updating the internal test app. No real functionality changed. b/17631551 Change-Id: Icc01e017ea4fbf97712214e6ac02691d29ea5e96
* Don't double count the left/top when using bitmap cache in VectorDrawable.ztenghui2014-08-111-0/+9
| | | | | | bug:16861184 Change-Id: I0530602957a434b222725b6fcbc1af165ee05835
* Add negative sign separation support in the pathDataztenghui2014-07-231-1/+1
| | | | | | bug:14585171 Change-Id: I61dec27856be09c44bb1d32ff61b3c3cd458cc34
* Add the RTL support to VectorDrawable.ztenghui2014-07-171-1/+2
| | | | | | bug:15905631 Change-Id: Ieb3dcac2dd446ba89f307716411688dcd6ec5279
* Update AnimatedStateListDrawable to work with Animatable drawablesAlan Viverette2014-07-031-0/+9
| | | | | BUG: 16016730 Change-Id: I6d02a1235c0aecd7e62f12226f3689372d043ddd
* Test scaleType for both bitmap and vector drawables.ztenghui2014-07-011-1/+10
| | | | Change-Id: I3c75963a624cd87a47a9eff68f9e113b8c147210
* Improve constant state for VectorDrawableztenghui2014-06-181-0/+10
| | | | | | | Now inflation will not cause duplicated constant states. And update tests. Change-Id: I66861e5451c4c10d18756e8522546ea1cb938a55
* Add AnimatedVectorDrawableztenghui2014-06-121-8/+12
| | | | | | | | | | | Currently as a hidden class. It can support many the animations now as far as ObjectAnimator and hierarchical group can support. And we don't have path morphing yet. Also support the Animator / Interpolator inflation from Context and Resources. Change-Id: I948bbdf7373ad291171eed0b497959dce8c2edf3
* Add AnimationDrawable testztenghui2014-06-031-13/+20
| | | | Change-Id: Ieabd1f628cdccd4939f733f92c0cbefbf8bc0446
* Theming for more VectorDrawable attrs, add attrs to test appAlan Viverette2014-04-081-1/+1
| | | | | BUG: 13878079 Change-Id: Ibcc8d67446c44cd8f681230fc484c7dc7411ffab
* Clean up on VectorDrawable.ztenghui2014-04-021-0/+99
Rename the test from DynamicDrawableTest to VectorDrawableTest. Remove duplicate function calls in the test. Fix comments in VectorDrawable Change-Id: I1ef87137088ccc10b1abdb40ca368345d9dbadab