Xamarin Bindings library for Umano's AndroidSlidingUpPanel
Plugin is available on Nuget.
<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:umanoParallaxOffset="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.
This project is licensed under the MS-PL License