Package 

Enum Orientation

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

    
    public enum Orientation
    extends Enum<Orientation>
                        

    The screen orientations that the views of this widget can be in. If you only set a single ExpandableFab widget, it will automatically be used for both portrait and landscape orientations.

    For example: defining an Overlay, ExpandableFab and 3 FabOptions all to be in Orientation.PORTRAIT, while also NOT defining anything else to be in Orientation.LANDSCAPE, will ensure that the previously defined Overlay, ExpandableFab and 3 FabOptions will actually show in both portrait AND landscape configurations. See ExpandableFabLayout for more details.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

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

    • Method Detail