Hi,

I am trying to override AutoCompleteTextView for custom UI. I want to
change x,y position of list items and make it horizontal list instead
of vertical. But I don't know the way by which I can access these
child views in my new custom class.

CustomAutoList extends AutoCompleteTextView{

@Override
   protected void onLayout(boolean changed, int left, int top, int
right, int bottom) {

       // change top, left for all child views here

   }
}

Please anybody has idea how to do it?

Thanks

Namrata

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to