by plusminus » Wed Mar 05, 2008 8:09 pm
Hello bins,
you can rotate, scale and translate. That is almost 3D
Small example:
Using xml Syntax Highlighting
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:shareInterpolator="true"
android:interpolator="@android:anim/accelerate_interpolator">
<scale android:fromXScale="0.0"
android:toXScale="1.0"
android:fromYScale="0.0"
android:toYScale="1.0"
android:duration="2000"/>
</set>
Parsed in 0.002 seconds, using
GeSHi 1.0.8.4
Regards,
plusminus


| Android Development Community / Tutorials