安卓游戏2048
packagecom.example.game2048;importjava.util.ArrayList;publicclassGameViewextendsGridLayout{privateListemptyPoints=newArrayList();publicGameView(Contextcontext,AttributeSetattrs,intdefStyle){super(context,attrs,defStyle);//TODOAuto-generatedconstructorstubinitGameVie
下载地址
用户评论