Christopher Jenkins
Christopher Jenkins
OK I have started work on something which will allow us to plugin to View Inflation routines. Looking at a few weeks.
Do you mean only the default font will be applied to popups or to `TextView`s in your layouts? I have never touched Xamarin so I have no idea if it...
Yeah might as well. Might help someone else.
MenuItems are added dynamically. We are looking at adding support for this. But might be during v2.0 rewrite where we need to traverse none inflated views.
Interesting I guess that could work. I'm not sure of the over head implications of that. On Mon, 4 May 2015 11:04 dimskom [email protected] wrote: > I think the only...
@dimskom Glad that it works. I guess, I would need to lazily init `Class.forName()` as thats not exactly performant whilst iterating through inflating views.
@berendn if I can convince Google to inflate the views then that would be preferred. I don't want to be supporting loads of random hacks to do this.
What does `lableFor` do to cause the crash. It seems odd that having id not set and labelFor set causes a crash? I would like to get to the underlying...
Not tried with preference screens. I would assume they use the wrong `LayoutInflater`. I'll leave this open to investigate with 2.0.0 release, but my guess would be they are inflated...
Would be nice if the generated documentation request header/body is seperated so when looking at the markdown its clearer. This is a visual change on the generated docs nothing else...