I saw this happen in my app, too.  The only way I've been able to get
around it is to add a   to the HTML.  So e.g.:

myTextView.setText(Html.fromText(myString + " "));

On Feb 8, 11:03 am, songs <[email protected]> wrote:
> I've got a button with italics text in an app widget and the last
> letter gets clipped when I set the width to wrap_content.  It doesn't
> get clipped with fill_parent, but then that messes up the selection
> order.
>
> Things I've tried:
>  - space after my text - seems to get trimmed off automatically
>  - layout_marginRight
>  - paddingRight
>
> Anybody know what's going on here?  Is this a bug?

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