摘要:
package com.lay1;import android.app.Activity;import android.os.Bundle;import android.view.GestureDetector;import android.view.MotionEvent;public class LayoutDemo1Activity extends Activity implements GestureDetector.OnGestureListener { GestureDetector detector; /** * Called when the ac... 阅读全文
posted @ 2012-08-23 14:39
ligang305
阅读(410)
评论(0)
推荐(0)