Skip to content

Instantly share code, notes, and snippets.

@exclusiveTanim
Last active June 13, 2019 17:21
Show Gist options
  • Save exclusiveTanim/fb069147cb3d5a5c7d03bc21dc4ec45b to your computer and use it in GitHub Desktop.
Save exclusiveTanim/fb069147cb3d5a5c7d03bc21dc4ec45b to your computer and use it in GitHub Desktop.
New code
<Alloy>
<TableViewRow id="rowTabbedPanel" layout="horizontal" height='Ti.UI.SIZE'>
<View backgroundColor='green' left="0" right="0" top="0" bottom="0" height='Ti.UI.SIZE'>
<Label id='narrativeTxt' left='2%' right='40%' height='40dp' backgroundColor='red' ></Label>
<Button right="45dp" width="26dp" height"26dp" backgroundColor="gray" backgroundImage="/images/black_overview.png"></Button>
<Button right='5' width="26dp" height"26dp" backgroundColor='white' backgroundImage="/images/black_camera.png"></Button>
</View>
</TableViewRow>
</Alloy>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment