DebugDrawer icon indicating copy to clipboard operation
DebugDrawer copied to clipboard

Navigation control in DebugDrawer?

Open Harishy opened this issue 4 years ago • 2 comments

When we drag it from right to left we are able to see debug drawer.In the same way when we drag it from left to right we are getting some overlay , how to control it?

Harishy avatar Aug 10 '20 10:08 Harishy

new DebugDrawer.Builder(activity)
      .gravity(Gravity.LEFT)
      .build();

Nstd avatar Sep 24 '20 08:09 Nstd

If i include above statement will it will that plain overlay go away.

Harishy avatar Oct 09 '20 06:10 Harishy