Skip to content

Instantly share code, notes, and snippets.

@Cheesebaron
Created April 2, 2014 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cheesebaron/9937877 to your computer and use it in GitHub Desktop.
Save Cheesebaron/9937877 to your computer and use it in GitHub Desktop.
<cheesebaron.slidinguppanel.SlidingUpPanelLayout
android:id="@+id/sliding_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="bottom">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<!-- Your main content inside here -->
</RelativeLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<!-- Your main sliding panel inside here -->
</RelativeLayout>
</cheesebaron.slidinguppanel.SlidingUpPanelLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment