public final class ViewUtilityKt
final static String
getString(View $self, Text text)
val text: Text = ... view.getString(text)
final static Unit
setText(TextView $self, Text text)
val text: Text = ... textView.setText(text)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final static String getString(View $self, Text text)
Load a String resource.
text
final static Unit setText(TextView $self, Text text)