摘要:
import android.content.Context;import android.util.AttributeSet;import android.view.KeyEvent;import android.view.MotionEvent;import android.widget.Gallery;@SuppressWarnings("deprecation")public class MyGallery extends Gallery { public MyGallery(Context context, AttributeSet attrs, int defS
阅读全文