[android-developers] Re: Problem of Focusing Keeping (I think)

2011-05-28 Thread Andrea Richiardi
By the way, the issue has been added: Issue 16959:ViewAnimator resizing with a 9-patch background On 17 Mag, 23:21, Andrea Richiardi andrea.richia...@gmail.com wrote: Ok, don't know why, but using 9 patched andViewAnimatoris not good. I've ended up using a transition between two normal

[android-developers] Re: Problem of Focusing Keeping (I think)

2011-05-17 Thread Andrea Richiardi
It turn out that the problem is related to those two state images: item android:state_focused=true android:state_pressed=true android:drawable=@drawable/selector_background_transition/ item android:state_focused=false android:state_pressed=true

[android-developers] Re: Problem of Focusing Keeping (I think)

2011-05-17 Thread Andrea Richiardi
Going deep in the debug, I've notice that my blue line appears after a msg.target.dispatchMessage(msg). The what is 1000 for this message, but maybe is too generic to be identified. On May 17, 9:39 pm, Andrea Richiardi andrea.richia...@gmail.com wrote: It turn out that the problem is related to

[android-developers] Re: Problem of Focusing Keeping (I think)

2011-05-17 Thread Andrea Richiardi
Ok, don't know why, but using 9 patched and ViewAnimator is not good. I've ended up using a transition between two normal shapes for my list selector. I think I'll report the problem to developers. Bye guys. On May 17, 10:55 pm, Andrea Richiardi andrea.richia...@gmail.com wrote: Going deep