On Aug 6, 7:55 pm, Dianne Hackborn <[email protected]> wrote:
> There is public String getString(int id, Object... formatArgs), but this is
> built in top of the standard Java String.format(), which can only deal with
> raw text (it doesn't know about Android styles), so it can't return a styled
> string.
>
> --
> Dianne Hackborn
> Android framework engineer

thanks Dianne,

yes, i am aware about getString(int, Object...) and that's why, for
symmetry, there could be nice to have Resources.getText(int,
Object...) for spanned/styled text

maybe in some future releases?

pskink

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