/AndroidSlidingUpPanelXamarin

This library provides a simple way to add a draggable sliding up panel to your Android app

Primary LanguageC#MIT LicenseMIT

AndroidSlidingUpPanelXamarin

Xamarin Bindings library for Umano's AndroidSlidingUpPanel

Plugin is available on Nuget.

How do I use it?

<com.sothree.slidinguppanel.SlidingUpPanelLayout xmlns:sothree="http://schemas.android.com/apk/res-auto"
  android:id="@+id/sliding_layout"
  android:layout_width="match_parent"
  android:layout_height="match_parent"
  android:gravity="bottom"
  sothree:umanoPanelHeight="68dp"
  sothree:umanoShadowHeight="4dp"
  sothree:umanoParalaxOffset="100dp"
  sothree:umanoDragView="@+id/dragView"
  sothree:umanoOverlay="true">
<!-- MAIN CONTENT -->
</com.sothree.slidinguppanel.SlidingUpPanelLayout>

Look at the sample project and the original project for more information.

Licensing

This project is licensed under the MS-PL License