There's probably using FragmentTransaction.setTransition() or
setCustomAnimations().

On May 19, 12:14 pm, Scythe <scythe...@gmail.com> wrote:
> I'd like to achieve similar fragment behaviour as in the Honeycomb
> Gmail app. So I have three fragment next to each other: A, B and C.
> Initially, A and B is displayed, and when the user selects something
> from B, it triggers an sliding-animation/fragment-transaction so that
> B and C are visible. B showing the selected item, C showing the
> desired content.
>
> Any ideas how the Gmail app does this?

-- 
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