Make SlidingDrawer's content's part always visible?
问题 I'm using android:bottomOffset to make the drawer stick out 100dip from the bottom. That works fine, but my content is not visible. It's only visible when I touch the drawer. How can I make that its always visible (the 100dip show the content)? I first thought it's a visibility issue, because the visibility of the content is set to GONE in onFinishInflate() , prepareContent() , closeDrawer() ... copied the SlidingDrawer and removed these lines, didn't solve it. It seems that it is a position