On Aug 6, 7:55 pm, Dianne Hackborn <hack...@android.com> 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 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
-~----------~----~----~----~------~----~------~--~---