Den Drobiazko
Den Drobiazko
I have a view, I want to listen to `MotionEvent.ACTION_DOWN` touch events and I need to pass event further. Using stock android approach I do ``` mapTouchView.setOnTouchListener((v, event) -> {...
Actually, it does not, sorry. Now that I've read thread more carefully I see that the problem was fully discussed, but can't be fixed due to breaking existing API. Note...
@solonovamax could any (or all?) of these improvements be applied via `customStyleSheets.from("solonovamax-custom-styles.css")` parameter? If yes - could you make an example of such `*.css` for some of them (e.g. for...
@leon-li1 We're facing the same issue So far we will probably go with post-documentation-generation scripts (more like a few bash commands actually) that will patch newly generated doc. In particular,...