rutile
Version:
Factory automation for Mobile Enterprise.
15 lines (14 loc) • 455 B
text/xml
<Alloy>
<View class="Container">
<View class="TimestampContainer">
<View id="ContainerFrom" onClick="openTimestampPickerFrom">
<Label id="TimestampFrom"/>
</View>
<Label id="Between" text="Ti.Locale.getString('FrameworkTextExpTimestampBetween')"/>
<View id="ContainerTo" onClick="openTimestampPickerTo">
<Label id="TimestampTo"/>
</View>
</View>
<Require src="Framework/FieldClearButton" id="ClearButton"/>
</View>
</Alloy>