SwipeView类似桌面的滑动界面(20)
来源:未知 责任编辑:责任编辑 发表时间:2013-12-06 08:44 点击:次
else
{
if(event.getY()<(PageControl.this.getHeight()/2)) //if on top half of view
{
if(mCurrentPage>0)
{
mOnPageControlClickListener.goBackwards();
}
}
else //if on bottom half of view
{
if(mCurrentPage<(mPageCount-1))
{
mOnPageControlClickListener.goForwards();
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>