Panel widget overlapping other contents in android

Posted by walker on Stack Overflow See other posts from Stack Overflow or by walker
Published on 2012-06-12T10:38:16Z Indexed on 2012/06/12 10:39 UTC
Read the original article Hit count: 260

I'm trying to utilize the Panel widget introduced in android-misc-widgets. It's been good so far. Now the problem is the sliding panel overlaps my top menu bar. For clarification look at the following screenshots.

This is when I open panel using drag gesture (no problem here): enter image description here

This is when I open the panel with a single tap (look at the icons overlapping the top menu): enter image description here

There is one other problem, If there is any content inside the activity, opening the panel pushes that content out of the screen!
enter image description here

© Stack Overflow or respective owner

Related posts about android

Related posts about android-layout