m |
|||
Line 2: | Line 2: | ||
<span STYLE="font-size: xx-large"><code>GnDateTimePicker</code></span> | <span STYLE="font-size: xx-large"><code>GnDateTimePicker</code></span> | ||
[[Category:Widget_Library]] | [[Category:Widget_Library]] | ||
− | |||
− | |||
− | |||
+ | ;Widget XML tag | ||
+ | : <code><com.ginstr.widgets.GnDateTimePicker></code> | ||
− | <code>[[GnDateTimePicker]]</code> provides date and time entry. | + | ;Description |
+ | : <code>[[GnDateTimePicker]]</code> inherits regular Android <code>[http://developer.android.com/reference/android/widget/LinearLayout.html LinearLayout]</code> widget. | ||
+ | : It provides date and time entry. | ||
+ | |||
+ | ==Example== | ||
+ | <syntaxhighlight code="xml"> | ||
+ | <com.ginstr.widgets.GnDateTimePicker | ||
+ | android:id="@+id/laundryServiceReport_dateAndTimeReceived" | ||
+ | android:layout_width="match_parent" | ||
+ | android:layout_height="wrap_content" /> | ||
+ | </syntaxhighlight> |
Revision as of 08:56, 17 March 2017
Contents
GnDateTimePicker
- Widget XML tag
<com.ginstr.widgets.GnDateTimePicker>
- Description
GnDateTimePicker
inherits regular AndroidLinearLayout
widget.- It provides date and time entry.
Example
<com.ginstr.widgets.GnDateTimePicker android:id="@+id/laundryServiceReport_dateAndTimeReceived" android:layout_width="match_parent" android:layout_height="wrap_content" />