728x90
getString()
Activity, Fragment ์์
getString(R.string.normal)
๊ทธ ์ธ(BindingAdapter)
@BindingAdapter("gradeColor")
@JvmStatic
fun setGradeColor(textView: TextView, grade: String) {
textView.context.getString(R.string.good)
...
getColor(), getDrawable()
ContextCompat.getColor(mContext, R.color.custom_gray)
ContextCompat.getDrawable(mContext, R.drawable.custom_bg)
728x90