0
私のレイアウトの中にはフルスクリーンのテキストを描きたいのですが、私は正確なポイントを得ることができます。ここに私がコード化したものがあります:キャンバスでスクリーンコーナーに描く
DisplayMetrics display = getResources().getDisplayMetrics();
int width = display.widthPixels;
String data_azi = DateFormat.getDateTimeInstance().format(new Date());
cnv.drawText(data_azi, width - p.measureText(data_azi), 40,p);