カスタムフォントを読んでいると出るので、isInEditMode()を使って回避する。
Paint paint = new Paint();
if( !isInEditMode() )
paint.setTypeface(...);
}
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
カスタムフォントを読んでいると出るので、isInEditMode()を使って回避する。
Paint paint = new Paint();
if( !isInEditMode() )
paint.setTypeface(...);
}
Register as a new user and use Qiita more conveniently
Go to list of users who liked