最新回答 / ibushi
?? ???? for (int i = 0, n = mWhiteArray.size(); i < n; i++) {?? ??? ??? ?Point whitePoint = mWhiteArray.get(i);?? ??? ??? ?int X = (int) ((whitePoint.x + (1-ratioPieceOfLineHeight)/2)*mLineHeight);?? ??? ??? ?int Y = (int) ((whitePoint.y + (1-ratioPiec...
2016-06-02
最新回答 / Grey_z
在OnTouchListener打幾個(gè)log看看,觸摸是否的X和Y,經(jīng)過計(jì)算夠的point點(diǎn)的坐標(biāo),慢慢來。
2016-05-28
已采納回答 / 朱苑鋒
在onRestoreInstanceState如果if(bundle instanceof Bundle)時(shí)需要返回。。?;蛘吣阍诩觽€(gè)else ?才執(zhí)行super.onRestoreInstanceState(state);不然會(huì)執(zhí)行兩次super.onRestoreInstanceState(state);
2016-05-27