mobilehero-archive / adamantium

:end: No longer Maintained -- Use {nativeloop} now: https://github.com/nativeloop
Other
8 stars 0 forks source link

Add ability to set platform specific properties from xml view #26

Open brentonhouse opened 8 years ago

brentonhouse commented 8 years ago

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

Associated JIRA Ticket: https://jira.appcelerator.org/browse/AC-3423