android - DrawerLayout which does NOT disable content underneath -


i need, kind of sliding view placed on map view. know drawer pattern intended navigation has features need in case , not write own view drawer-like features.

unfortunately when shown overlaps views below , intercepts touch events although mscrimcolor set color.transparent. ideally disable touch events on scrim keep other events (drag).

any idea how achieve these ? or maybe or aware of alternatives drawer in case?

you need create custom drawerlayout , @overide onintercepttouchevent.

check answer same/similar question


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -