私は自分のgamefield.xmlを持っていて、onDraw()を使用してキャンバスに描画し、gamefield.xmlで四角形を操作したいだけです...答えを探していましたが、何も機能しません...
このために私は何ができますか。ありがとうございました 。
これは私の gamefield.xmlbu です。役に立つとは思いません。
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<View class= "cruz.jayson.bantumi.Board"
android:id="@+id/myBoard"
android:layout_width="fill_parent"
android:layout_height="match_parent"
/>
</LinearLayout>