Perry
Perry
I don't know in that case, I have not encountered any problems with macroid on android 2.x, but I haven't tried using ListableListAdapter On Wed, Apr 22, 2015 at 5:55...
Rather, I don't think there's much of a reason to import macroid._ and not FullDsl._ ; sure there's a bit of namespace pollution when doing both, but I don't see...
The android framework is not available in JVM. On Thu, Oct 15, 2015 at 5:02 PM, Joseph Price [email protected] wrote: > I was playing with the start project and writing...
setting layout margins is definitely a pain point currently I have to run: `lp + margins` where margins is something ugly like `tweak { v: View => v.getLayoutParams.asIntanceOf[ViewGroup.MarginLayoutParams] ...}` and...
I don't understand how this would streamline the lp generation? isParams only links VG and VG.LP? ## Sent from my phone On Aug 17, 2014 3:38 AM, "Nick" [email protected] wrote:...
Oh, I suppose the case class can take a function to operate on the params. Rather than params: X it should be params: (X => Unit)?
Also, interestingly, it'd be nice if WindowManager.LayoutParams could be supported as well. It isn't a view group... But one applies the layout params to content views..
This is basically what I came up with for my own thing. ``` abstract class LpRelation[V
Oh, can't forget the rest. ``` def lp2[V val lp = r.lp(args: _*) p(lp) v.setLayoutParams(lp) } ```
@warmsound any chance we can get this in? I would like to move to a published version in the store. Thank you