adam-mcneilly
12/28/2016, 7:08 PMval context = submitButton.context
and then am calling context.getString(R.string.next)
and it's telling me none of the following functions can be called with the arguments applied. I don't get it, because it's telling me one of the functions is getString(Int) and that's exactly what I'm doing with R.string.next, is it not?