Class | Description |
---|---|
FloatingActionButton |
A circular button made of paper that lifts and emits ink reactions on press.
|
ScrollDetector |
Implementation of
View.OnTouchListener which uses GestureDetector to recognize scrolling events. |
ShowHideOnScroll |
Implementation of
View.OnTouchListener which shows/hides specified view
when onScrollUp() and onScrollDown() events recognized. |