Created
July 10, 2019 15:29
-
-
Save Ayyagaries/c8f945cafa389acbea08b7e42379207b to your computer and use it in GitHub Desktop.
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
<View layout="vertical"> | |
<!-- <ScrollView layout="vertical"> --> | |
<View class="rx_box vw_form" layout="vertical" id="main_box" top="0" height="90%" > | |
<Label id="lbl_facility_name" class="heading" text="Facility Name" block="no"/> | |
<Label id="lbl_facility_address" textAlign="center" block="no"/> | |
<View class="rx_box" id="fn_ln_box" layout="vertical" height="Ti.UI.SIZE" top="3%" block="yes"> | |
<Label text="Who will you be meeting with?" left="0" bottom="2%" class="boldText"/> | |
<View class="vw_row" id="vw_row_fn" top="2%" bubbleParent="false" left="0" inner_block="yes"/> | |
<View class="vw_row" id="vw_row_ln" bubbleParent="false" left="0" inner_block="yes"/> | |
</View> | |
<View class="rx_box" layout="vertical" height="Ti.UI.SIZE" top="2%" block="yes"> | |
<Label text="Admittance criteria" left="0" bottom="2%" class="boldText"/> | |
<View class="vw_row" id="vw_row_dept" bubbleParent="false" top="2%" left="0" inner_block="yes"/> | |
<View class="vw_row" id="vw_row_purpose" bubbleParent="false" left="0" inner_block="yes"/> | |
</View> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment