``` textView.setText(R.string.text) textView.text ...
# android
k
Copy code
textView.setText(R.string.text)
textView.text = getString(R.string.text)