class OrientationConfiguration
Holder for all the views of an ExpandableFab widget in a specific Orientation. Not meant to be instantiated by clients, as an instance can be retrieved via ExpandableFabLayout.portraitConfiguration or ExpandableFabLayout.landscapeConfiguration. Values for the views will only be populated after they are added through calls to ExpandableFabLayout's addView methods (or after they're defined via XML).
Implementation Notes:
Since
1.0.0
<init> |
Holder for all the views of an ExpandableFab widget in a specific Orientation. Not meant to be instantiated by clients, as an instance can be retrieved via ExpandableFabLayout.portraitConfiguration or ExpandableFabLayout.landscapeConfiguration. Values for the views will only be populated after they are added through calls to ExpandableFabLayout's addView methods (or after they're defined via XML). OrientationConfiguration() |
efab |
The ExpandableFab in this orientation. May be null. var efab: ExpandableFab? |
fabOptions |
The FabOptions (with optional labels) in this orientation. May be empty. var fabOptions: MutableList<FabOption> |
overlay |
The Overlay in this orientation. May be null. var overlay: Overlay? |