4

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に使いたい。たぶん他の方法が存在します。

4

1 に答える 1