That's normal: http://android-developers.blogspot.com/2008/12/touch-mode.html

On Wed, Feb 11, 2009 at 5:09 PM, 百合的味道 <lbf20080...@tom.com> wrote:
>
> hi all,
>    now l have a listview,the item in listview is tablelayout.when listitem
> can focus when i use the trackball,but when i touch the listitem,it lose
> focus,why?
>  my adapter is extended ArrayAdapter like this
>
>
> public class SimpleStringAdapter extends ArrayAdapter<TableLayout>{
>
>     public SimpleStringAdapter(Context context,int textViewResourceId, List
> Items ) {
>
>     super(context,textViewResourceId,Items);
>
>     }
>
>
>     public View getView(int position, View convertView, ViewGroup parent) {
>         TableLayout s= getItem(position);
>
>     return s ;
>     }
>
>
>     }
>
>
> i need your help!
>
> >
>



-- 
Romain Guy
Android framework engineer
romain...@android.com

Note: please don't send private questions to me, as I don't have time
to provide private support.  All such questions should be posted on
public forums, where I and others can see and answer them

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