Is there any way I can set toast
text from .xml
file?
for example :
Toast.makeText(SmsManager.this,android.R.string.toast_text, Toast.LENGTH_SHORT).show();
Is there any way I can set toast
text from .xml
file?
for example :
Toast.makeText(SmsManager.this,android.R.string.toast_text, Toast.LENGTH_SHORT).show();