Re: [android-developers] Re: Animations in ListView (Android 3+)

2011-11-07 Thread BoD
Kostya: I tried animating the item directly and it didn't work as I wished, but I admit I didn't go too far to see why. I'll look more into it as soon as I have a bit of time. Thank you everybody for your replies. I'll post a follow-up here if I manage to do anything good looking ;) -- BoD

Re: [android-developers] Re: Animations in ListView (Android 3+)

2011-11-06 Thread lokesh gupta
You can get the Item position of the selected text view, Once this is deleted you can iterate and assign the new Items at that location. Lokesh On Sun, Nov 6, 2011 at 10:33 AM, Romain Guy romain...@android.com wrote: Gmail uses a custom ListView. On Nov 5, 2011 7:20 PM, Doug

Re: [android-developers] Re: Animations in ListView (Android 3+)

2011-11-06 Thread Kostya Vasilyev
Have you tried using the new 3.0 animation package to shrink the item layout's height? 06.11.2011 11:16, lokesh gupta ?: You can get the Item position of the selected text view, Once this is deleted you can iterate and assign the new Items at that location. Lokesh On Sun, Nov 6, 2011

[android-developers] Re: Animations in ListView (Android 3+)

2011-11-05 Thread Doug
The Gmail app may not be using a ListView, or may be using a customized derivative of ListView to achieve that effect. I imagine it's not as simple as setting a flag or writing a few lines of code to run an animation. Doug On Nov 4, 6:06 am, BoD bodlu...@gmail.com wrote: Hi! I am looking at

Re: [android-developers] Re: Animations in ListView (Android 3+)

2011-11-05 Thread Romain Guy
Gmail uses a custom ListView. On Nov 5, 2011 7:20 PM, Doug beafd...@gmail.com wrote: The Gmail app may not be using a ListView, or may be using a customized derivative of ListView to achieve that effect. I imagine it's not as simple as setting a flag or writing a few lines of code to run an