So basically I want a component like auto suggest list which appears
with virtual keyboard on typing in EditTextView...

On Feb 24, 4:04 pm, Namrata <puranik.namr...@gmail.com> wrote:
> 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 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