Skip to content

Instantly share code, notes, and snippets.

@Ayyagaries
Created July 10, 2019 15:12
Show Gist options
  • Save Ayyagaries/f0263c083fe3b5378ee2e4424616e7f2 to your computer and use it in GitHub Desktop.
Save Ayyagaries/f0263c083fe3b5378ee2e4424616e7f2 to your computer and use it in GitHub Desktop.
xml file
<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">
<Label class="lbl_alert" id="lbl_alert_firstname" />
</View>
<View class="vw_row" id="vw_row_ln" bubbleParent="false" left="0" inner_block="yes">
<Label class="lbl_alert" id="lbl_alert_lastname" />
</View>
</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">
<Label class="lbl_alert" id="lbl_alert_department"/>
</View>
<View class="vw_row" id="vw_row_purpose" bubbleParent="false" left="0" inner_block="yes">
<Label class="lbl_alert" id="lbl_alert_purpose"/>
</View>
</View>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment