Martin Böh

Results 27 comments of Martin Böh

That sounds super possible now that you mention it. Will try to play with scrollbar sizes and see if it affects it.

Reporting back i tried changing the size of the scrollbar and it was not affecting the cut text at all. Also played around with more options and noticed no change....

will provide an example app on github in the next few days. Thanks for checking

Had not time to continue developing this app, will update you if i ever continue working on this.

The simplest way i can describe it is the following: Im using a shared element transition on an image element Fragment => Activity. I call `supportPostponeEnterTransition()` in `onCreate` and then...

Im not too familiar with this but i will check what kind of state i might need to check

Hmm bad news from me i found no way to fix this. As onDraw is called on every invalidation of the view it obviously gets called during the finishTransition and...

I think i tried the thing you mentioned in your first sentence i did check. ``` if (component.getVisibility() != View.VISIBLE) { continue; } ``` and getAlpha() within the for loop...

Install automake using the following command and try again. `sudo apt-get install automake`

You need to run `make` and then `make install` and not execute it with your shell. Just type the above commands and you should be good.