palaima / DebugDrawer

Android Debug Drawer for faster development
Apache License 2.0
1.2k stars 121 forks source link

Navigation control in DebugDrawer? #104

Open Harishy opened 4 years ago

Harishy commented 4 years ago

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?

Nstd commented 4 years ago
new DebugDrawer.Builder(activity)
      .gravity(Gravity.LEFT)
      .build();
Harishy commented 4 years ago

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