Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 762 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 762 Bytes

FloorListView

Android Arsenal

A ListView with "floor animation".Inspired by http://www.materialup.com/posts/new-ux-for-list-interface

FloorListView

###Usage There are two modes: ABOVE and BELOW.

  • Above, all other views are above pinnerView.
  • Below, all other views are below pinnerView.

And one interface OnFloorChangedListner.It provides two methods:

  • OnFloorUpward()
  • OnFloorFalldown()

###LICENSE LICENSE UNDER MIT