Source set: Android
public class RemoteEdgeButtonSize internal constructor(public val maximumHeight: RemoteDp)
Size of the RemoteEdgeButton.
Parameters
| maximumHeight | The maximum height of the button. |
Functions
equals
Source set: Android
override fun equals(other: Any?): Boolean
hashCode
Source set: Android
override fun hashCode(): Int
Members
Companion
Source set: Android
public companion object
Properties
ExtraSmall
Source set: Android
public val ExtraSmall: RemoteEdgeButtonSize = RemoteEdgeButtonSize(46.rdp)
The Size to be applied for an extra small RemoteEdgeButton.
Small
Source set: Android
public val Small: RemoteEdgeButtonSize = RemoteEdgeButtonSize(56.rdp)
The Size to be applied for a small RemoteEdgeButton.
Medium
Source set: Android
public val Medium: RemoteEdgeButtonSize = RemoteEdgeButtonSize(70.rdp)
The Size to be applied for a medium RemoteEdgeButton.
Large
Source set: Android
public val Large: RemoteEdgeButtonSize = RemoteEdgeButtonSize(96.rdp)
The Size to be applied for a large RemoteEdgeButton.