Search code examples
androidslidingpanelayout

SlidingPaneLayout - how to always show a little part of slide out view (like in hangouts)


I'm using a simple SlidingPaneLayout and what I want is following:

I want, that a little bit of the slide out view is always visible, so that the user always see's, that there exists something to pull out... Like it is in Hangouts.

Is that somehow possible?


Solution

  • You have to set a left margin on the slideable view (top view)

    e.g.: android:layout_marginLeft="200dp"