Perry
Perry
https://www.thingiverse.com/thing:5239708 -- I recently remixed the case to add tenting holes, and also had to fix the screw hole sizing: it has a 1.1mm radius, where it needs to be...
Interesting request. However this keyring implementation is unsuitable for use on windows.
I'm not saying keychain support in general won't work on windows. I'm pointing out that the keyring library you pointed out is unsuitable for windows.
Should close this, since you probably didn't build with SBT, so no TypedResources
The best approach is to re-write your style as `Tweak`s, thus: ``` val login_style = Tweak[EditText] { e: EditText => e.setXXX(...) e.setYYY(...) e.setZZZ(...) } w[EditText]
Ui(new EditText(context, null, R.attr.myEditStyle) So assuming I wanted to do the following: > > new EditText(context, null, R.attr.myEditStyle) > > Is there any clean way of achieving this using Macroid?...
Ugh, even display.getSize is adjusted for decoration... pos
I wrote this a while ago to emulate the -sw discriminator. ``` def sw(w: Int)(implicit ctx: AppContext) = { import AndroidConversions._ val p = new Point val d = ctx.get.systemService[WindowManager].getDefaultDisplay...
I would, yes. It allows using similar size discriminators with normal android development. ## Sent from my phone On Nov 26, 2014 4:44 PM, "Nick" [email protected] wrote: > Do you...
The same exact apk runs on your android 4.x devices? On Wed, Apr 22, 2015 at 5:34 PM, Davis Zanot [email protected] wrote: > Hey there! I've been playing around with...