반응형
// java
getResources().getString(R.string.문자아이디);

// kotlin
resources.getString(R.string.문자아이디)

 

반응형

+ Recent posts