亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

我的布局不知道為什么會變成這樣

58df399b0001cf7503600640.jpg怎么讓它適應屏幕大???

正在回答

2 回答

public void init() {
? ?mPaint.setColor(0x88000000);
? ?mPaint.setAntiAlias(true);
? ?mPaint.setDither(true);
? ?mPaint.setStyle(Paint.Style.STROKE);

? ?mWhitePiece = BitmapFactory.decodeResource(getResources(), R.drawable.stone_w2);

? ?mBlackPiece = BitmapFactory.decodeResource(getResources(), R.drawable.stone_b1);
}


@Override
protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
? ?super.onMeasure(widthMeasureSpec, heightMeasureSpec);

? ?int widthSize = MeasureSpec.getSize(widthMeasureSpec);
? ?int widthMode = MeasureSpec.getMode(widthMeasureSpec);


? ?int heightSize = MeasureSpec.getSize(heightMeasureSpec);
? ?int heightMode = MeasureSpec.getMode(heightMeasureSpec);

? ?int width = Math.min(widthSize, heightSize);

? ?if (widthMode == MeasureSpec.UNSPECIFIED) {
? ? ? ?width = heightSize;
? ?} else if (heightMode == MeasureSpec.UNSPECIFIED) {
? ? ? ?width = widthSize;
? ?}
? ?setMeasuredDimension(width, width);


}

0 回復 有任何疑惑可以回復我~

一看就沒有認真聽課


0 回復 有任何疑惑可以回復我~

舉報

0/150
提交
取消
Android-五子連珠
  • 參與學習       38999    人
  • 解答問題       174    個

Android游戲開發-五子連珠,本教程通過UI與邏輯實現雙人對戰

進入課程

我的布局不知道為什么會變成這樣

我要回答 關注問題
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號