GnDatePicker
- Widget XML tag
-
<com.ginstr.widgets.GnDatePicker>
- Description
-
GnDatePicker
inherits regular AndroidDatePicker
widget. - It provides date entry.
XML Attributes Description
Attribute | Description |
---|---|
gn:dataType
|
Represents widget data type
Can be |
gn:s_minDate
|
Sets minimum permitted date
Can be
|
gn:s_maxDate
|
Sets maximum permitted date
Can be
|
gn:textColor
|
Defines widget's color
Can be
|
Events
Data types
Input |
---|
text
|
date
|
dateTime
|
Output |
---|
date
|
dateTime
|
Example
<com.ginstr.widgets.GnDatePicker android:id="@+id/meter_deinstallationDate" android:layout_width="match_parent" android:layout_height="wrap_content" gn:dataType="date" />