SlideUp.Builder
was moved into separated class and renamed toSlideUpBuilder
- method
void : setTouchebleArea(float touchableArea)
was split to two methods:void : setTouchebleAreaDp(float touchableArea)
void : setTouchebleAreaPx(float touchableArea)
- method
float : getTouchebleArea()
was split to two methods:float : getTouchebleAreaDp()
float : getTouchebleAreaPx()
- method
SlideUpBuilder : withTouchebleArea(float touchableArea)
was split to two methods:SlideUpBuilder : withTouchebleAreaDp(float touchableArea)
SlideUpBuilder : withTouchebleAreaPx(float touchableArea)