Patrick

Results 7 comments of Patrick

@gildor which other dependecy are you replacing it with? or are you coding this behaviour yourself now?

I don't think that this is an issue with the `ExpandableTextView`, it happens in all Android standard `TextView`s as well

@skydoves do I see it correctly that you would have to set different layout params in the `VeilLayout:addMaskElements` to allow for horizontal alignment? Is this something you would accept a...

@kevalpatel2106 Thank you so much for this PR, it helps me get my own fork working. But one question, shouldn't line `88` to `101` in `JacocoAndroidPlugin.groovy` also be updated? The...

Very nice that we can work together on this, I am also pretty new to this. Yes that looks correct to me, since `ReportConfiguration` still names the field `enabled`, so...

> If it's still an issue then you should share the sample code yeah I'm really sorry, I know this is a horrible bugticket as it stands. But I have...

Thanks @positive-infinity, can confirm, this is the minimal working example as of version 3.8.4 of this plugin: ``` play { track.set("wear:$yourTrackName") releaseName.set("$yourVersionName") } ``` ``` play { track.set("automotive:$yourTrackName") releaseName.set("$yourVersionName") }...