Hi!

I can't answer your question but I found a way to have my animation working!

*widget_layout.xml*

<ViewFlipper xmlns:android="http://schemas.android.com/apk/res/android";
>     xmlns:tools="http://schemas.android.com/tools";
>     android:layout_width="match_parent"
>     android:layout_height="wrap_content"
>     android:animateFirstView="true"
>     android:autoStart="true"
>     android:flipInterval="250"
>     android:inAnimation="@android:anim/fade_in"
>     android:measureAllChildren="true"
>     android:outAnimation="@android:anim/fade_out" >
>     <ImageView
>         android:layout_width="wrap_content"
>         android:layout_height="wrap_content"
>         android:src="@drawable/a" />
>     <ImageView
>         android:layout_width="wrap_content"
>         android:layout_height="wrap_content"
>         android:src="@drawable/b" />
>     <ImageView
>         android:layout_width="wrap_content"
>         android:layout_height="wrap_content"
>         android:src="@drawable/c" />
> </ViewFlipper>



I hope this will help you

Best Regards,
Ryan

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to