@titanium/turbo
Version:
🚀 Turbo is the awesome framework for turbo charging your Titanium cross-platform native mobile app development!
12 lines (11 loc) • 314 B
text/xml
<Alloy>
<TableViewRow name="$.args.label">
<View layout="horizontal" horizontalWrap="false" >
<View class="iconWrapper">
<Label class="fa-solid icon" text="$.args.icon" />
</View>
<Label class="title" />
</View>
<Label class="fa-solid chevron" >chevron-right</Label>
</TableViewRow>
</Alloy>