我需要使用 SetOnTouchListener:
LinearLayout cardLinearLayout = FindViewById<LinearLayout> (Resource.Layout.CardList);
cardLinearLayout.SetOnTouchListener (this);//Can't use THIS, must be argument with IOnTouchListener type. Where can I get this argument?
我想将它用于 ViewFlipper。也许存在其他方式。