Package 

Class TextViewExtensionKt

    • Method Summary

      Modifier and Type Method Description
      final static Integer length(TextView $self)
      final static TextView sizeDrawable(TextView $self, Integer width, Integer height, Integer leftDrawable, Integer topDrawable, Integer rightDrawable, Integer bottomDrawable) 给TextView的drawable设置大小,Drawable如果不传的话会尝试使用TextView自己的Drawable
      final static TextView sizeDrawable(TextView $self, Integer size, Integer leftDrawable, Integer topDrawable, Integer rightDrawable, Integer bottomDrawable) 给TextView的drawable设置大小,Drawable如果不传的话会尝试使用TextView自己的Drawable
      final static String text(TextView $self)
      final static Unit setColor(TextView $self, @ColorRes() Integer id)
      final static Unit setColor(TextView $self, String color)
      • Methods inherited from class java.lang.Object

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

      • sizeDrawable

         final static TextView sizeDrawable(TextView $self, Integer width, Integer height, Integer leftDrawable, Integer topDrawable, Integer rightDrawable, Integer bottomDrawable)

        给TextView的drawable设置大小,Drawable如果不传的话会尝试使用TextView自己的Drawable

        Parameters:
        width - Drawable的宽度
        height - Drawable的高度
      • sizeDrawable

         final static TextView sizeDrawable(TextView $self, Integer size, Integer leftDrawable, Integer topDrawable, Integer rightDrawable, Integer bottomDrawable)

        给TextView的drawable设置大小,Drawable如果不传的话会尝试使用TextView自己的Drawable

        Parameters:
        size - 会同时作用于Drawable宽高