Re: [android-developers] RemoteViews + padding

2011-09-22 Thread Mark Murphy
You can specify it in the layout file you hand to the RemoteViews, but I don't see off the top how you would change it via Java code. On Thu, Sep 22, 2011 at 3:47 PM, b_t wrote: > Hi, > > Is there any way to set padding using RemoteViews? > > It would be fine if there were a method like > >      

[android-developers] RemoteViews + padding

2011-09-22 Thread b_t
Hi, Is there any way to set padding using RemoteViews? It would be fine if there were a method like remoteViews.setInt(viewId, "setPadding", resourceId); or remoteViews.setInt(viewId, "setPaddingLeft", resourceId); Tamás? -- You received this message because