GnImageView
- Widget XML tag
<com.ginstr.widgets.GnImageView>
- Description
ImageView
with some additional features.
XML Attributes Description
Attribute | Description |
---|---|
gn:rotation
|
Sets rotation angle
Can be
|
gn:setBackgroundPressed
|
Sets pressed background image for ImageView . It can also be used on standard ImageView
Can be
|
Events
Data types
Input |
---|
pictures
|
Output |
---|
pictures
|
Example
<com.ginstr.widgets.GnImageView android:id="@+id/readNfcTagImage" android:layout_height="wrap_content" android:layout_width="match_parent" android:src="@drawable/read" gn:style="@style/start_gnImageViewFooter"/>