-
public final class ButtonSize.Custom extends ButtonSize
Custom sizes should follow the accessibility principles and guidance for touch targets.
-
-
Field Summary
Fields Modifier and Type Field Description private final DpcustomIconSizeprivate final DpcustomTapTargetSizeprivate final DpiconSizeprivate final DptapTargetSize
-
Constructor Summary
Constructors Constructor Description ButtonSize.Custom(Dp customIconSize, Dp customTapTargetSize)
-
Method Summary
Modifier and Type Method Description final DpgetCustomIconSize()final DpgetCustomTapTargetSize()final DpgetIconSize()final DpgetTapTargetSize()-
-
Method Detail
-
getCustomIconSize
final Dp getCustomIconSize()
-
getCustomTapTargetSize
final Dp getCustomTapTargetSize()
-
getIconSize
final Dp getIconSize()
-
getTapTargetSize
final Dp getTapTargetSize()
-
-
-
-