Alix
2009-08-18 16:16:43 UTC
Hello,
I have a widget with a TextView. I can change text and color of this
TextView like this :
remoteViews.setTextViewText(R.id.txt, "Sample");
remoteViews.setTextColor(R.id.txt, Color.RED);
But I need to put this TextView "bold" conditionnaly... How can I do
that ?
Thanks in advance...
Alix
I have a widget with a TextView. I can change text and color of this
TextView like this :
remoteViews.setTextViewText(R.id.txt, "Sample");
remoteViews.setTextColor(R.id.txt, Color.RED);
But I need to put this TextView "bold" conditionnaly... How can I do
that ?
Thanks in advance...
Alix