[]
Initializes a new instance of the C1ClearableEditText class.
public C1ClearableEditText(Context context)
| Type | Name | Description |
|---|---|---|
| Context | context | The context. |
Initializes a new instance of the C1ClearableEditText class.
public C1ClearableEditText(Context context, bool showClearButton)
| Type | Name | Description |
|---|---|---|
| Context | context | The context. |
| bool | showClearButton | if set to |
Initializes a new instance of the C1ClearableEditText class.
public C1ClearableEditText(Context context, bool showClearButton, IAttributeSet attrs)
| Type | Name | Description |
|---|---|---|
| Context | context | The context. |
| bool | showClearButton | if set to |
| IAttributeSet | attrs | The attrs. |
Initializes a new instance of the C1ClearableEditText class.
public C1ClearableEditText(Context context, bool showPaddingButton, int paddingRight)
| Type | Name | Description |
|---|---|---|
| Context | context | The context. |
| bool | showPaddingButton | if set to |
| int | paddingRight | The padding right. |