Contents
GnRadioButton
- Widget XML tag
<com.ginstr.widgets.GnRadioButton>
- Description
GnRadioButton
inherits regular AndroidRadioButton
widget and is used to display a single choice list.
XML Attributes Description
Attribute | Description |
---|---|
gn:background_checked
|
Represents a background of checked GnRadioButton
Can be
|
gn:background_unchecked
|
Represents a background of unchecked GnRadioButton
Can be
|
Example
<com.ginstr.widgets.GnRadioButton android:id="@+id/page4_wallsPoor" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/page4_wallsPoor"/>