Piotr Zawadzki

Results 16 comments of Piotr Zawadzki

Same here. @tmtrademarked have you submitted the fix by any chance?

The fix suggested by @tmtrademarked seems to be working :) I've published it in releases in a forked repo here if anyone is still struggling with it: https://github.com/stepstone-tech/Calligraphy/releases

I noticed the same issue: ![picture_2385](https://f.cloud.github.com/assets/3322260/899950/b3cd9516-fb52-11e2-8404-165e5a448166.gif) ![picture_2420](https://f.cloud.github.com/assets/3322260/899954/b7f6c108-fb52-11e2-9ce4-da1fc657834d.gif) Some of the gifs don't start at all: ![picture_2430](https://f.cloud.github.com/assets/3322260/899959/c94d9ff8-fb52-11e2-8b67-7163f0b1bb09.gif) ![picture_2289](https://f.cloud.github.com/assets/3322260/899960/cc2b7c54-fb52-11e2-8881-856ac2c2bef1.gif)

Hi @bakrehsan, Could you share the code you use to show the chooser, please?

Hi, Direct Share is an Android 6.0+ system feature and I'm not sure if it's possible to have access to the same components which Direct Share uses TBH. If you...

Hi @MFlisar, Sorry for not replying earlier. ### 1. Use ViewBinding I'm rather reluctant in putting that in the SDK so that the library does not add a lot of...

Hi, You might modify this e.g. by using a `viewBoundCallback` to get reference to the TextView itself and it there. For a sample see https://github.com/zawadz88/MaterialPopupMenu/blob/1d2c2fa03fdfb5d6b393724a369b4ca9254d8d56/sample/src/main/java/com/github/zawadz88/materialpopupmenu/sample/LightActivity.kt#L399

Hi, You can in theory create a popup menu with a single `customItem` and put your custom view there. Wouldn't that work for you? What more would you like to...

>Sadly I do have to use minSdk as 16 . Why did you have a jump to 19 ? All Android libraries are for at least 16 . Not 19......

>About the bugs, why do you say it's a feature? Scrolling on its own is a feature? Why should it scroll? I was referring to the click location, I missed...