[android-developers] Re: EditText Auto Focused in Tab

2009-07-22 Thread Jeff
Have you find a solution? I have exactly the same problem! On 8 juin, 09:16, Tim H. timho...@gmail.com wrote: Actually, blockedDescendants didn't do as I expected. While it doesn't scroll down anymore, now none of the items on that tab content page are selectable using the trackball (although

[android-developers] Re: EditText Auto Focused in Tab

2009-06-08 Thread Tim H.
Actually, blockedDescendants didn't do as I expected. While it doesn't scroll down anymore, now none of the items on that tab content page are selectable using the trackball (although they work with touch focus). beforeDescendants and afterDescendants doesn't work either :( On Jun 4, 3:30 am,

[android-developers] Re: EditText Auto Focused in Tab

2009-06-04 Thread Tim H.
Hi, My answer was Descendant focusability property on the parent view. This controls whether or not, or how, descendants take focus... I needed blocksDescendants: http://developer.android.com/reference/android/view/ViewGroup.html#FOCUS_BLOCK_DESCENDANTS Hope this helps someone, it took me