有时候感觉老师好像在自言自语 比如解释为什么mWapper不用设置宽的地方 就嘀咕了一下 做视频的时候要考虑到我们这些菜鸟呀
2016-02-06
最新回答 / 蜉蝣一世
@Overridepublic boolean onTouchEvent(MotionEvent ev) { int action=ev.getAction(); switch (action){ case MotionEvent.ACTION_UP: int scrollx=getScrollX();//获取滑动的宽度; if (scrollx>=mMenuWidth/2){ this.smooth...
2016-01-13