Toast toast=Toast.makeText(ResultActivity.this, text, 100);

//通過setGravity()方法設置toast的顯示位置,


//第二個參數和第三個參數分別代表距離屏幕左邊和上邊的像素,


//當都為0時,則顯示在屏幕左上角。

后視鏡調整到什么位置合適?? ? ? ? ??

?toast.setGravity(Gravity.TOP|Gravity.LEFT, 0, 0);

?????? ??

??toast.show();


this.location。