Random general Android question, if in my custom l...
# android
r
Random general Android question, if in my custom layout I override
onInterceptTouchEvent
and just return true, will my layout onClick get called? Or is it only linked to
onTouchEvent
?