Last active
June 13, 2019 17:21
-
-
Save exclusiveTanim/fb069147cb3d5a5c7d03bc21dc4ec45b to your computer and use it in GitHub Desktop.
New code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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