Steffen Funke

Results 7 comments of Steffen Funke

Just opened a pull request from my fork, where I implemented this feature out of own needs: https://github.com/makovkastar/FloatingActionButton/pull/127 Fingers crossed that it gets pulled in ;-) In the meantime, feel...

Aha, yes you are right, I think I tested it but may have missed to test it with sizes smaller than default. What do you think about constraining the size...

@MGaetan89 Yes, I just added a fix on my fork, hopefully it gets pulled in. It's true that it's a bit whacky on pre-Lollipop devices to get the shadow straight....

Btw, thanks for the effort of making OpenCV Swift compatible 👍

Experience the same problem (changes in Kotlin files not being reflected in compiled app). My gradle output reads the same as yours (`:app:compileDebugKotlin` and `: app:compileRetrolambdaDebug` seem to run. @cypressious...

@cypressious Ah thanks, I see. I will give it a try.

If anyone is interested, my workaround, based on @cypressious 's inspiration and my own limited gradle knowledge. (Just relates to debug build variant, but fits my needs very well.) I...