Package-level declarations
Types
Link copied to clipboard
CommonButtonProperties.
Link copied to clipboard
data class CommonButtonProperties(val googleIconColor: Color = Color.Unspecified, val googleButtonText: GoogleText = GoogleText.Resource(R.string.button_login_google), val googleButtonIconContentDescription: GoogleText = GoogleText.Resource(
R.string.default_icon_google_content_description
), val googleButtonTextSize: Int = 14, val googleIconSize: Int = 18, val spaceBetweenIconAndText: Int = 8, val textButtonColor: Color = Color.Unspecified, val googleIcon: GoogleIcon = GoogleIcon.WithResource(R.drawable.ic_google_button)) : ButtonProperties
CommonButtonProperties.
Link copied to clipboard
open class FabButtonProperties(val googleButtonIconContentDescription: GoogleText = GoogleText.Resource(
R.string.default_icon_google_content_description
), val googleIcon: GoogleIcon = GoogleIcon.WithResource(R.drawable.ic_google_button)) : ButtonProperties
FabButtonProperties.
Link copied to clipboard
data class FabExtendedButtonProperties(val googleButtonText: GoogleText = GoogleText.Resource(R.string.button_login_google), val googleButtonTextSize: Int = 14, val googleIconColor: Color = Color.Unspecified, val textButtonColor: Color = Color.Unspecified) : FabButtonProperties
FabExtendedButtonProperties.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open class IconButtonProperties(val googleButtonIconContentDescription: GoogleText = GoogleText.Resource(
R.string.default_icon_google_content_description
), val googleIcon: GoogleIcon = GoogleIcon.WithResource(R.drawable.ic_google_button)) : ButtonProperties
IconButtonProperties.