2014年11月17日 星期一

[Android] View 手指監聽事件





        private TextView CalendarDay;
       CalendarDay.setOnGenericMotionListener(CalendarDayTouch);

private TextView.OnGenericMotionListener CalendarDayTouch = new                
                                                  TextView.OnGenericMotionListener() {

@Override
public boolean onGenericMotion(View v, MotionEvent event) {
// TODO Auto-generated method stub

//                Toast.makeText(this, "向左滑动", Toast.LENGTH_SHORT).show();

return false;
}
};




http://www.inote.tw/android-listener-mouse-scroll-on-view

沒有留言:

張貼留言