Christopher Jenkins

Results 374 comments of Christopher Jenkins

IT does not, we only look for `textAppearance` at the moment. On Mon, 30 Jan 2017 at 10:13 Kusand wrote: > Can anyone confirm whether or not *expandedTitleTextAppearance* is >...

Yeah sure, it would be better as a plugin, we are working on making this much more flexible at the moment. On Mon, 30 Jan 2017 at 10:18 Kusand wrote:...

Sorry just saw this, yeah didn't realise someone else would a nastier hack than me, yeah I need to "Get" the private factory and set it like RoboBindings does.

Sure, I have no ETA, but I get what you are asking, we need to do more around error handling as well.

This might be fixable through #350 but will leave it open until I have a better idea how to handle this.

So I think ProgressDialog use the standard Dialog Styles, so if you override you `dialogStyles` this should apply to your `ProgressDialog`.

I can't say I have tried the search view. But generally if it doesn't inflate it's `TextView`s it makes it difficult to hook into, not sure if anyone else on...

Yeah its not setup to work out what is in the AlertDialog yet, You would need to define a custom view. Sorry about that.

Well, I haven't tried but it should pick up what ever is defined in the theme supplied to it. I'm open to pull requests... Or if you post a work...

Dialogs are weird as I think they create their own window which might not inherit the same context wrapper. Suffice to say I have not looked into it with much...