I need to add to my translate animation a rotate animation that tilts the left corner down 2 degrees and will be able to stay that way also at the end of the translate. Any idea?
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:fillAfter="true" >
<!-- Move Two -->
<translate
android:fillAfter="true"
android:fillEnabled="true"
android:fromXDelta="-350"
android:toXDelta="-700" />