Package 

Enum ButtonStyle

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum ButtonStyle
    extends Enum<ButtonStyle>
                        

    Available button styles.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      NORMAL

      Uses the style Widget.MaterialComponents.Button.

      OUTLINED

      Uses the style Widget.MaterialComponents.Button.OutlinedButton.

      TEXT

      Uses the style Widget.MaterialComponents.Button.TextButton.

    • Method Summary

      Modifier and Type Method Description
      final Integer getStyleRes()
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait