I have a layout that includes the following:

<AutoCompleteTextView
     android:id="@+id/search_code"
     android:layout_width="fill_parent"
     android:layout_height="wrap_content"
     android:selectAllOnFocus="true"
     android:completionThreshold="2"
     android:maxLength="60"
     android:singleLine="true"
     android:ellipsize="end"
     android:imeOptions="actionDone"/>

Up until 1.6 the ellipsize attribute on my view above functions as I
would expect. Since upgrading to 1.6 the ellipsize attribute,
regardless of what I set it to (start, middle, end) seems to be
ignored.

Any hints and/or recommendations?

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