Package 

Class ViewUtilityKt

    • Method Summary

      Modifier and Type Method Description
      final static String getString(View $self, Text text)
      val text: Text = ...
      view.getString(text)
      Load a String resource.
      final static Unit setText(TextView $self, Text text)
      val text: Text = ...
      textView.setText(text)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getString

         final static String getString(View $self, Text text)
        val text: Text = ...
        view.getString(text)

        Load a String resource.

        Parameters:
        text - the Text
      • setText

         final static Unit setText(TextView $self, Text text)
        val text: Text = ...
        textView.setText(text)
        Parameters:
        text - the Text