Perry
Perry
http://developer.android.com/reference/android/view/Display.html#getMetrics(android.util.DisplayMetrics) widthPixels and heightPixels are adjusted for system decor. This is generally no good for maintaining compatibility with typical android size buckets (600dp for tablets, 720dp for large format tablets,...
many layout params require field changes instead of only constructor parameters (e.g. gravity, span, relative layout stuff, etc. [yes, there's RuleRelativeLayout, but that's besides the point]). I don't have a...
this is a downside of moving away from xml, that the xml conveniences such as theme attributes become unavailable. I don't know a good way to handle this yet
I don't think there's a reason to manually import FullDsl._ instead, should a package object be used to just have a single import of macroid._ ?
I recently received this crash report from a Nexus 5X running the card.io 5.3.0 android SDK. the crash occurs because mGuideFrame is null when dereferencing the `top` property below. I...
allow the goal indicators to be drawn when alternate timezone time is same as current. hides any indication of an alternate timezone when there is no difference in time. verified...
Given that the feature to display a second timezone is used. When I am in the same timezone as the second timezone figured. I would like to not have the...
by default, channels are sorted by join order (and since I use a bnc, I can never remember that order). Please sort the channel names alphabetically to make it easier...
It would be cool to see what realtime voltages are driven into the motors. (Better power estimations?) Seems like the galvanic isolation would prevent this, though :(
This is caused by accessibility trying to map the ID value back into a human readable name for the `AccessibilityNodeInfo` Possible fixes and workarounds? Unknown.