PrimaryButtonShape

class PrimaryButtonShape(cornerRadiusDp: Float? = null, borderStrokeWidthDp: Float? = null, heightDp: Float? = null) : Parcelable

Constructors

Link copied to clipboard
constructor(cornerRadiusDp: Float? = null, borderStrokeWidthDp: Float? = null, heightDp: Float? = null)
constructor(context: Context, @DimenRes cornerRadiusRes: Int? = null, @DimenRes borderStrokeWidthRes: Int? = null, @DimenRes heightRes: Int? = null)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)