资 源 简 介
Customized Android UI Widgets
|Widgets|Instrouction|Screenshot|
|:--------|:-------------|:-----------|
|DraggableFastScroller|As we all know, only `AbsListView` supports **FastScroll** function on android platform currently, so here we creates a customized `FastScroller` widget which can be used with `ScrollView`. For easy understanding, you can treat this widget as java swing"s JScrollBar component.||
|ExpandableMenu|Composer Button, a.k.a Expandable Menu is a menu like widget that is expandable. The one hosted here is extracted from Path application.||
|SplashScreen|