public void onTestButtonClicked(View v){ String s = getResources().getString(R.string.hello_world); Toast.makeText(this, s, Toast.LENGTH_SHORT).show(); }.
確定! 回上一頁