为了账号安全,请及时绑定邮箱和手机立即绑定

Android五子棋课程,画出的线有的透明有的不透明,求解

Android五子棋课程,画出的线有的透明有的不透明,求解

慕粉3946782 2016-11-25 21:13:04
public  WuziqiPanel(Context context, AttributeSet attrs) {     super (context, attrs);     setBackgroundColor( 0x44ff0000 );     init(); } private 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 ); } 
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 1438 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信