im trying to show font from my assets on a widget
but i dont know how to set the typeface from a remoteView

here is what i do now right now


RemoteViews updateViews = new RemoteViews(context.getPackageName(),
R.layout.Test);
updateViews.setTextViewText(R.id.TextView01, "test");
ComponentName thisWidget = new ComponentName(this, RSSWidget.class);
AppWidgetManager manager = AppWidgetManager.getInstance(this);
manager.updateAppWidget(thisWidget, updateViews);

how do i change the view font

thanks in advanced

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