As a developer,
I want to set properties for a specific platform from an xml view,
So that I can control how views look on different platforms using only xml view.
Need to see how this will work with the new ability to set properties of objects in xml (mobilehero/adamantium/issues/6). That feature is going away and being replaced by mobilehero/adamantium/issues/27. Shouldn't be any conflict now.
<Alloy>
<Label
ios:text="This is on iOS"
android:text="This is on Android"
mobileweb:text="This is on MobileWeb" />
</Alloy
Need to see how this will work with the new ability to set properties of objects in xml (mobilehero/adamantium/issues/6).That feature is going away and being replaced by mobilehero/adamantium/issues/27. Shouldn't be any conflict now.Associated JIRA Ticket: https://jira.appcelerator.org/browse/AC-3423