summaryrefslogtreecommitdiff
path: root/samples/ApiDemos/src/com/example/android/apis/animation/Transitions.java
Commit message (Collapse)AuthorAgeFilesLines
* Minor fixes to animation ApiDemosChet Haase2013-09-051-1/+15
| | | | | | | | | | | | Many of the original animation demos still had hardwareAccelerated="false" in their activity tag. This was originally necessary due to the state of the hw renderer in 3.0, but is no longer necessary. Also, added documentation to the new Transitions demo. Issue #7902583 Update animation ApiDemos to use hw acceleration Change-Id: I7add3acc10d8fa36648e1869a3ec91088b2e199d
* New demo for transitions featureChet Haase2013-09-041-0/+77
New demo in ApiDemos: animations/Simple Transitions Issue #10460684 KLP API Review: android.view.transition and android.animation Change-Id: I2c376343c2b945240bc5f3619786e9354a8c1a10