Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. <View layout="vertical">
  2. <!-- <ScrollView layout="vertical"> -->
  3. <View class="rx_box vw_form" layout="vertical" id="main_box" top="0" height="90%" >
  4. <Label id="lbl_facility_name" class="heading" text="Facility Name" block="no"/>
  5. <Label id="lbl_facility_address" textAlign="center" block="no"/>
  6.  
  7. <View class="rx_box" id="fn_ln_box" layout="vertical" height="Ti.UI.SIZE" top="3%" block="yes">
  8. <Label text="Who will you be meeting with?" left="0" bottom="2%" class="boldText"/>
  9. <View class="vw_row" id="vw_row_fn" top="2%" bubbleParent="false" left="0" inner_block="yes"/>
  10. <View class="vw_row" id="vw_row_ln" bubbleParent="false" left="0" inner_block="yes"/>
  11. </View>
  12.  
  13. <View class="rx_box" layout="vertical" height="Ti.UI.SIZE" top="2%" block="yes">
  14. <Label text="Admittance criteria" left="0" bottom="2%" class="boldText"/>
  15. <View class="vw_row" id="vw_row_dept" bubbleParent="false" top="2%" left="0" inner_block="yes"/>
  16. <View class="vw_row" id="vw_row_purpose" bubbleParent="false" left="0" inner_block="yes"/>
  17. </View>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement