Contents
GnSignatureEmbedded
- Widget XML tag
<com.ginstr.widgets.GnSignatureEmbedded>
- Description
GnSignatureEmbedded
inherits regular AndroidView
widget.- It does not open new activity for signature entry and it allows a signature to be drawn directly into it on a screen containing other widgets.
- Long click clears drawn image.
XML Attributes Description
Attribute | Description |
---|---|
gn:s_overlayText
|
Displays text in the middle of the widget
Can be
|
Example
<com.ginstr.widgets.GnButton android:layout_width="wrap_content" android:layout_height="wrap_content" gn:backgroundChecked="@drawable/fuelRed" gn:backgroundUnchecked="@drawable/fuelBlue" />