TransparentLight
class TransparentLight(cornersStyle: OneTapButtonCornersStyle = OneTapButtonCornersStyle.Default, sizeStyle: OneTapButtonSizeStyle = OneTapButtonSizeStyle.DEFAULT, elevationStyle: OneTapButtonElevationStyle = OneTapButtonElevationStyle.Default) : OneTapStyle
Deprecated
This style will be removed in future releases. Please, use SecondaryLight instead.
Replace with
import com.vk.id.onetap.common.SecondaryLight
Content copied to clipboard
SecondaryLight
Content copied to clipboard
Light version with transparent button, should be used for the dark layout.
Parameters
cornersStyle
corner radius style.
sizeStyle
denotes the size of the widget.
elevationStyle
elevation of the button.
Constructors
Link copied to clipboard
constructor(cornersStyle: OneTapButtonCornersStyle = OneTapButtonCornersStyle.Default, sizeStyle: OneTapButtonSizeStyle = OneTapButtonSizeStyle.DEFAULT, elevationStyle: OneTapButtonElevationStyle = OneTapButtonElevationStyle.Default)