I am receiving the error above and not sure what is going on.
This is the code:
((GameBoard)findViewById(R.id.the_canvas)).getSpritelWidth();
the error is unexpected cast to GameBoard: layout tag was ImageView
GameBoard extends ImageView and the drawable tag for the_canvas is ImageView.
public class GameBoard extends ImageView
<ImageView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_margin="20dip"
android:id="@+id/the_canvas"/>
Suggestions?
This is the code:
((GameBoard)findViewById(R.id.the_canvas)).getSpritelWidth();
the error is unexpected cast to GameBoard: layout tag was ImageView
GameBoard extends ImageView and the drawable tag for the_canvas is ImageView.
public class GameBoard extends ImageView
<ImageView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_margin="20dip"
android:id="@+id/the_canvas"/>
Suggestions?
from Android Forums at AndroidCentral.com - Ask a Question https://ift.tt/2FtnXsr
via IFTTT
Aucun commentaire:
Enregistrer un commentaire