Guest User

xml file

a guest
Dec 10th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.94 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <LinearLayout android:layout_width="match_parent"
  4. android:layout_height="wrap_content"
  5. android:orientation="vertical"
  6. xmlns:android="http://schemas.android.com/apk/res/android">
  7. <TextView xmlns:android="http://schemas.android.com/apk/res/android"
  8. android:layout_width="match_parent"
  9. android:layout_height="wrap_content"
  10. android:text="CONTACT US"
  11. android:textAlignment="center" />
  12. <TextView
  13. android:layout_width="match_parent"
  14. android:layout_height="wrap_content"
  15. android:id="@+id/department"
  16. android:textAlignment="center"
  17. android:text="Accomodations & Public Relations" />
  18. <LinearLayout
  19. android:layout_width="match_parent"
  20. android:layout_height="wrap_content"
  21. android:orientation="horizontal">
  22. <TextView
  23. android:layout_height="wrap_content"
  24. android:id="@+id/name1"
  25. android:layout_weight="1"
  26. android:text="Bhavishya Rathore"
  27. android:textAlignment="center"/>
  28. <TextView
  29. android:layout_height="wrap_content"
  30. android:id="@+id/name2"
  31. android:layout_weight="1"
  32. android:text="Rajat Kumar"
  33. android:textAlignment="center"/>
  34. </LinearLayout>
  35. <LinearLayout
  36. android:layout_width="match_parent"
  37. android:layout_height="wrap_content"
  38. android:orientation="horizontal">
  39. <TextView
  40. android:layout_height="wrap_content"
  41. android:id="@+id/name1"
  42. android:layout_weight="1"
  43. android:text="bhavishya@moodi.org"
  44. android:onClick="sendemail"
  45. android:textAlignment="center"/>
  46. <TextView
  47. android:layout_height="wrap_content"
  48. android:id="@+id/name2"
  49. android:layout_weight="1"
  50. android:text="rajat@moodi.org"
  51. android:onClick="sendemail"
  52. android:textAlignment="center"/>
  53. </LinearLayout>
  54. <LinearLayout
  55. android:layout_width="match_parent"
  56. android:layout_height="wrap_content"
  57. android:orientation="horizontal">
  58. <TextView
  59. android:layout_height="wrap_content"
  60. android:id="@+id/name1"
  61. android:layout_weight="1"
  62. android:text="+91-8770870693"
  63. android:onClick="call"
  64. android:textAlignment="center"/>
  65. <TextView
  66. android:layout_height="wrap_content"
  67. android:id="@+id/name2"
  68. android:layout_weight="1"
  69. android:text="+91-8860574839"
  70. android:onClick="call"
  71. android:textAlignment="center"/>
  72. </LinearLayout>
  73. <TextView
  74. android:layout_width="match_parent"
  75. android:layout_height="wrap_content"
  76. android:id="@+id/department"
  77. android:textAlignment="center"
  78. android:text="Competitions and LYP" />
  79. <LinearLayout
  80. android:layout_width="match_parent"
  81. android:layout_height="wrap_content"
  82. android:orientation="horizontal">
  83. <TextView
  84. android:layout_height="wrap_content"
  85. android:id="@+id/name1"
  86. android:layout_weight="1"
  87. android:text="Ajay Suwalka"
  88. android:textAlignment="center"/>
  89. <TextView
  90. android:layout_height="wrap_content"
  91. android:id="@+id/name2"
  92. android:layout_weight="1"
  93. android:text="Unnishankar Jayaprakash"
  94. android:textAlignment="center"/>
  95. </LinearLayout>
  96. <LinearLayout
  97. android:layout_width="match_parent"
  98. android:layout_height="wrap_content"
  99. android:orientation="horizontal">
  100. <TextView
  101. android:layout_height="wrap_content"
  102. android:id="@+id/name1"
  103. android:layout_weight="1"
  104. android:text="ajay@moodi.org"
  105. android:onClick="sendemail"
  106. android:textAlignment="center"/>
  107. <TextView
  108. android:layout_height="wrap_content"
  109. android:id="@+id/name2"
  110. android:layout_weight="1"
  111. android:text="unni@moodi.org"
  112. android:onClick="sendemail"
  113. android:textAlignment="center"/>
  114. </LinearLayout>
  115. <LinearLayout
  116. android:layout_width="match_parent"
  117. android:layout_height="wrap_content"
  118. android:orientation="horizontal">
  119. <TextView
  120. android:layout_height="wrap_content"
  121. android:id="@+id/name1"
  122. android:layout_weight="1"
  123. android:text="+91-8828292009"
  124. android:onClick="call"
  125. android:textAlignment="center"/>
  126. <TextView
  127. android:layout_height="wrap_content"
  128. android:id="@+id/name2"
  129. android:layout_weight="1"
  130. android:text="+91-9594567827"
  131. android:onClick="call"
  132. android:textAlignment="center"/>
  133. </LinearLayout>
  134. <TextView
  135. android:layout_width="match_parent"
  136. android:layout_height="wrap_content"
  137. android:id="@+id/department"
  138. android:textAlignment="center"
  139. android:text="CREATIVES" />
  140. <LinearLayout
  141. android:layout_width="match_parent"
  142. android:layout_height="wrap_content"
  143. android:orientation="horizontal">
  144. <TextView
  145. android:layout_height="wrap_content"
  146. android:id="@+id/name1"
  147. android:layout_weight="1"
  148. android:text="Bakhsh Mangat"
  149. android:textAlignment="center"/>
  150. <TextView
  151. android:layout_height="wrap_content"
  152. android:id="@+id/name2"
  153. android:layout_weight="1"
  154. android:text="Darshan Tank"
  155. android:textAlignment="center"/>
  156. </LinearLayout>
  157. <LinearLayout
  158. android:layout_width="match_parent"
  159. android:layout_height="wrap_content"
  160. android:orientation="horizontal">
  161. <TextView
  162. android:layout_height="wrap_content"
  163. android:id="@+id/name1"
  164. android:layout_weight="1"
  165. android:text="bakhsh@moodi.org"
  166. android:onClick="sendemail"
  167. android:textAlignment="center"/>
  168. <TextView
  169. android:layout_height="wrap_content"
  170. android:id="@+id/name2"
  171. android:layout_weight="1"
  172. android:text="darshan@moodi.org"
  173. android:onClick="sendemail"
  174. android:textAlignment="center"/>
  175. </LinearLayout>
  176. <LinearLayout
  177. android:layout_width="match_parent"
  178. android:layout_height="wrap_content"
  179. android:orientation="horizontal">
  180. <TextView
  181. android:layout_height="wrap_content"
  182. android:id="@+id/name1"
  183. android:layout_weight="1"
  184. android:text="+91-8879135156"
  185. android:onClick="call"
  186. android:textAlignment="center"/>
  187. <TextView
  188. android:layout_height="wrap_content"
  189. android:id="@+id/name2"
  190. android:layout_weight="1"
  191. android:text="+91-9969575065"
  192. android:onClick="call"
  193. android:textAlignment="center"/>
  194. </LinearLayout>
  195. <LinearLayout
  196. android:layout_width="match_parent"
  197. android:layout_height="wrap_content"
  198. android:orientation="vertical">
  199. <TextView
  200. android:layout_width="match_parent"
  201. android:layout_height="wrap_content"
  202. android:text="Manit Rambhia"
  203. android:textAlignment="center"/>
  204. <TextView
  205. android:layout_width="match_parent"
  206. android:layout_height="wrap_content"
  207. android:text="manit@moodi.org"
  208. android:onClick="sendemail"
  209. android:textAlignment="center"/>
  210. <TextView
  211. android:layout_width="match_parent"
  212. android:layout_height="wrap_content"
  213. android:text="+91-9619120821"
  214. android:onClick="call"
  215. android:textAlignment="center"/>
  216. </LinearLayout>
  217. <TextView
  218. android:layout_width="match_parent"
  219. android:layout_height="wrap_content"
  220. android:id="@+id/department"
  221. android:textAlignment="center"
  222. android:text="FOOD & BEVERAGES" />
  223. <LinearLayout
  224. android:layout_width="match_parent"
  225. android:layout_height="wrap_content"
  226. android:orientation="vertical">
  227. <TextView
  228. android:layout_width="match_parent"
  229. android:layout_height="wrap_content"
  230. android:text="Shreyansh Mehta"
  231. android:textAlignment="center"/>
  232. <TextView
  233. android:layout_width="match_parent"
  234. android:layout_height="wrap_content"
  235. android:text="shreyansh@moodi.org"
  236. android:onClick="sendemail"
  237. android:textAlignment="center"/>
  238. <TextView
  239. android:layout_width="match_parent"
  240. android:layout_height="wrap_content"
  241. android:text="+91-7045800361"
  242. android:onClick="call"
  243. android:textAlignment="center"/>
  244. </LinearLayout>
  245. <TextView
  246. android:layout_width="match_parent"
  247. android:layout_height="wrap_content"
  248. android:id="@+id/department"
  249. android:textAlignment="center"
  250. android:text="HORIZONS & WORKSHOPS" />
  251. <LinearLayout
  252. android:layout_width="match_parent"
  253. android:layout_height="wrap_content"
  254. android:orientation="horizontal">
  255. <TextView
  256. android:layout_height="wrap_content"
  257. android:id="@+id/name1"
  258. android:layout_weight="1"
  259. android:text="Anant Jain"
  260. android:textAlignment="center"/>
  261. <TextView
  262. android:layout_height="wrap_content"
  263. android:id="@+id/name2"
  264. android:layout_weight="1"
  265. android:text="Deepshikha Meena"
  266. android:textAlignment="center"/>
  267. </LinearLayout>
  268. <LinearLayout
  269. android:layout_width="match_parent"
  270. android:layout_height="wrap_content"
  271. android:orientation="horizontal">
  272. <TextView
  273. android:layout_height="wrap_content"
  274. android:id="@+id/name1"
  275. android:layout_weight="1"
  276. android:text="anant@moodi.org"
  277. android:onClick="sendemail"
  278. android:textAlignment="center"/>
  279. <TextView
  280. android:layout_height="wrap_content"
  281. android:id="@+id/name2"
  282. android:layout_weight="1"
  283. android:text="deepshikha@moodi.org"
  284. android:onClick="sendemail"
  285. android:textAlignment="center"/>
  286. </LinearLayout>
  287. <LinearLayout
  288. android:layout_width="match_parent"
  289. android:layout_height="wrap_content"
  290. android:orientation="horizontal">
  291. <TextView
  292. android:layout_height="wrap_content"
  293. android:id="@+id/name1"
  294. android:layout_weight="1"
  295. android:text="+91-7045800195"
  296. android:onClick="call"
  297. android:textAlignment="center"/>
  298. <TextView
  299. android:layout_height="wrap_content"
  300. android:id="@+id/name2"
  301. android:layout_weight="1"
  302. android:text="+91-8828234577"
  303. android:onClick="call"
  304. android:textAlignment="center"/>
  305. </LinearLayout>
  306. <LinearLayout
  307. android:layout_width="match_parent"
  308. android:layout_height="wrap_content"
  309. android:orientation="vertical">
  310. <TextView
  311. android:layout_width="match_parent"
  312. android:layout_height="wrap_content"
  313. android:text="Siddhant Jain"
  314. android:textAlignment="center"/>
  315. <TextView
  316. android:layout_width="match_parent"
  317. android:layout_height="wrap_content"
  318. android:text="siddhant@moodi.org"
  319. android:onClick="sendemail"
  320. android:textAlignment="center"/>
  321. <TextView
  322. android:layout_width="match_parent"
  323. android:layout_height="wrap_content"
  324. android:text="+91-8879154549"
  325. android:onClick="call"
  326. android:textAlignment="center"/>
  327. </LinearLayout>
  328. <TextView
  329. android:layout_width="match_parent"
  330. android:layout_height="wrap_content"
  331. android:id="@+id/department"
  332. android:textAlignment="center"
  333. android:text="INFORMALS" />
  334. <LinearLayout
  335. android:layout_width="match_parent"
  336. android:layout_height="wrap_content"
  337. android:orientation="horizontal">
  338. <TextView
  339. android:layout_height="wrap_content"
  340. android:id="@+id/name1"
  341. android:layout_weight="1"
  342. android:text="Katyayani Shinde"
  343. android:textAlignment="center"/>
  344. <TextView
  345. android:layout_height="wrap_content"
  346. android:id="@+id/name2"
  347. android:layout_weight="1"
  348. android:text="Shashank Shekhar"
  349. android:textAlignment="center"/>
  350. </LinearLayout>
  351. <LinearLayout
  352. android:layout_width="match_parent"
  353. android:layout_height="wrap_content"
  354. android:orientation="horizontal">
  355. <TextView
  356. android:layout_height="wrap_content"
  357. android:id="@+id/name1"
  358. android:layout_weight="1"
  359. android:text="katy@moodi.org"
  360. android:onClick="sendemail"
  361. android:textAlignment="center"/>
  362. <TextView
  363. android:layout_height="wrap_content"
  364. android:id="@+id/name2"
  365. android:layout_weight="1"
  366. android:text="shashank@moodi.org"
  367. android:onClick="sendemail"
  368. android:textAlignment="center"/>
  369. </LinearLayout>
  370. <LinearLayout
  371. android:layout_width="match_parent"
  372. android:layout_height="wrap_content"
  373. android:orientation="horizontal">
  374. <TextView
  375. android:layout_height="wrap_content"
  376. android:id="@+id/name1"
  377. android:layout_weight="1"
  378. android:text="+91-9029004596"
  379. android:onClick="call"
  380. android:textAlignment="center"/>
  381. <TextView
  382. android:layout_height="wrap_content"
  383. android:id="@+id/name2"
  384. android:layout_weight="1"
  385. android:text="+91-9969602862"
  386. android:onClick="call"
  387. android:textAlignment="center"/>
  388. </LinearLayout>
  389. <TextView
  390. android:layout_width="match_parent"
  391. android:layout_height="wrap_content"
  392. android:id="@+id/department"
  393. android:textAlignment="center"
  394. android:text="MARKETING" />
  395. <LinearLayout
  396. android:layout_width="match_parent"
  397. android:layout_height="wrap_content"
  398. android:orientation="horizontal">
  399. <TextView
  400. android:layout_height="wrap_content"
  401. android:id="@+id/name1"
  402. android:layout_weight="1"
  403. android:text="Chaitanya Jain"
  404. android:textAlignment="center"/>
  405. <TextView
  406. android:layout_height="wrap_content"
  407. android:id="@+id/name2"
  408. android:layout_weight="1"
  409. android:text="Harsh Prasad"
  410. android:textAlignment="center"/>
  411. </LinearLayout>
  412. <LinearLayout
  413. android:layout_width="match_parent"
  414. android:layout_height="wrap_content"
  415. android:orientation="horizontal">
  416. <TextView
  417. android:layout_height="wrap_content"
  418. android:id="@+id/name1"
  419. android:layout_weight="1"
  420. android:text="chaitanya@moodi.org"
  421. android:onClick="sendemail"
  422. android:textAlignment="center"/>
  423. <TextView
  424. android:layout_height="wrap_content"
  425. android:id="@+id/name2"
  426. android:layout_weight="1"
  427. android:text="harsh@moodi.org"
  428. android:onClick="sendemail"
  429. android:textAlignment="center"/>
  430. </LinearLayout>
  431. <LinearLayout
  432. android:layout_width="match_parent"
  433. android:layout_height="wrap_content"
  434. android:orientation="horizontal">
  435. <TextView
  436. android:layout_height="wrap_content"
  437. android:id="@+id/name1"
  438. android:layout_weight="1"
  439. android:text="+91-9167338233"
  440. android:onClick="call"
  441. android:textAlignment="center"/>
  442. <TextView
  443. android:layout_height="wrap_content"
  444. android:id="@+id/name2"
  445. android:layout_weight="1"
  446. android:text="+91-8879443797"
  447. android:onClick="call"
  448. android:textAlignment="center"/>
  449. </LinearLayout>
  450. <LinearLayout
  451. android:layout_width="match_parent"
  452. android:layout_height="wrap_content"
  453. android:orientation="vertical">
  454. <TextView
  455. android:layout_width="match_parent"
  456. android:layout_height="wrap_content"
  457. android:text="Sanket Agrawal"
  458. android:textAlignment="center"/>
  459. <TextView
  460. android:layout_width="match_parent"
  461. android:layout_height="wrap_content"
  462. android:text="sanket@moodi.org"
  463. android:onClick="sendemail"
  464. android:textAlignment="center"/>
  465. <TextView
  466. android:layout_width="match_parent"
  467. android:layout_height="wrap_content"
  468. android:text="+91-7045800191"
  469. android:onClick="call"
  470. android:textAlignment="center"/>
  471. </LinearLayout>
  472. <TextView
  473. android:layout_width="match_parent"
  474. android:layout_height="wrap_content"
  475. android:id="@+id/department"
  476. android:textAlignment="center"
  477. android:text="MEDIA & PUBLICITY" />
  478. <LinearLayout
  479. android:layout_width="match_parent"
  480. android:layout_height="wrap_content"
  481. android:orientation="horizontal">
  482. <TextView
  483. android:layout_height="wrap_content"
  484. android:id="@+id/name1"
  485. android:layout_weight="1"
  486. android:text="Karan Trichal"
  487. android:textAlignment="center"/>
  488. <TextView
  489. android:layout_height="wrap_content"
  490. android:id="@+id/name2"
  491. android:layout_weight="1"
  492. android:text="Kunal Jain"
  493. android:textAlignment="center"/>
  494. </LinearLayout>
  495. <LinearLayout
  496. android:layout_width="match_parent"
  497. android:layout_height="wrap_content"
  498. android:orientation="horizontal">
  499. <TextView
  500. android:layout_height="wrap_content"
  501. android:id="@+id/name1"
  502. android:layout_weight="1"
  503. android:text="karan@moodi.org"
  504. android:onClick="sendemail"
  505. android:textAlignment="center"/>
  506. <TextView
  507. android:layout_height="wrap_content"
  508. android:id="@+id/name2"
  509. android:layout_weight="1"
  510. android:text="kunal@moodi.org"
  511. android:onClick="sendemail"
  512. android:textAlignment="center"/>
  513. </LinearLayout>
  514. <LinearLayout
  515. android:layout_width="match_parent"
  516. android:layout_height="wrap_content"
  517. android:orientation="horizontal">
  518. <TextView
  519. android:layout_height="wrap_content"
  520. android:id="@+id/name1"
  521. android:layout_weight="1"
  522. android:text="+91-9833895389"
  523. android:onClick="call"
  524. android:textAlignment="center"/>
  525. <TextView
  526. android:layout_height="wrap_content"
  527. android:id="@+id/name2"
  528. android:layout_weight="1"
  529. android:text="+91-9967553061"
  530. android:onClick="call"
  531. android:textAlignment="center"/>
  532. </LinearLayout>
  533. <TextView
  534. android:layout_width="match_parent"
  535. android:layout_height="wrap_content"
  536. android:id="@+id/department"
  537. android:textAlignment="center"
  538. android:text="PRONITES" />
  539. <LinearLayout
  540. android:layout_width="match_parent"
  541. android:layout_height="wrap_content"
  542. android:orientation="horizontal">
  543. <TextView
  544. android:layout_height="wrap_content"
  545. android:id="@+id/name1"
  546. android:layout_weight="1"
  547. android:text="Ayush Chouksey"
  548. android:textAlignment="center"/>
  549. <TextView
  550. android:layout_height="wrap_content"
  551. android:id="@+id/name2"
  552. android:layout_weight="1"
  553. android:text="Nikhil Vaidya"
  554. android:textAlignment="center"/>
  555. </LinearLayout>
  556. <LinearLayout
  557. android:layout_width="match_parent"
  558. android:layout_height="wrap_content"
  559. android:orientation="horizontal">
  560. <TextView
  561. android:layout_height="wrap_content"
  562. android:id="@+id/name1"
  563. android:layout_weight="1"
  564. android:text="ayush@moodi.org"
  565. android:onClick="sendemail"
  566. android:textAlignment="center"/>
  567. <TextView
  568. android:layout_height="wrap_content"
  569. android:id="@+id/name2"
  570. android:layout_weight="1"
  571. android:text="nikhil@moodi.org"
  572. android:onClick="sendemail"
  573. android:textAlignment="center"/>
  574. </LinearLayout>
  575. <LinearLayout
  576. android:layout_width="match_parent"
  577. android:layout_height="wrap_content"
  578. android:orientation="horizontal">
  579. <TextView
  580. android:layout_height="wrap_content"
  581. android:id="@+id/name1"
  582. android:layout_weight="1"
  583. android:text="+91-7045800477"
  584. android:onClick="call"
  585. android:textAlignment="center"/>
  586. <TextView
  587. android:layout_height="wrap_content"
  588. android:id="@+id/name2"
  589. android:layout_weight="1"
  590. android:text="+91-9004932980"
  591. android:onClick="call"
  592. android:textAlignment="center"/>
  593. </LinearLayout>
  594. <TextView
  595. android:layout_width="match_parent"
  596. android:layout_height="wrap_content"
  597. android:id="@+id/department"
  598. android:textAlignment="center"
  599. android:text="SERVICES" />
  600. <LinearLayout
  601. android:layout_width="match_parent"
  602. android:layout_height="wrap_content"
  603. android:orientation="horizontal">
  604. <TextView
  605. android:layout_height="wrap_content"
  606. android:id="@+id/name1"
  607. android:layout_weight="1"
  608. android:text="Mayank Gurjar"
  609. android:textAlignment="center"/>
  610. <TextView
  611. android:layout_height="wrap_content"
  612. android:id="@+id/name2"
  613. android:layout_weight="1"
  614. android:text="Rohit Patidar"
  615. android:textAlignment="center"/>
  616. </LinearLayout>
  617. <LinearLayout
  618. android:layout_width="match_parent"
  619. android:layout_height="wrap_content"
  620. android:orientation="horizontal">
  621. <TextView
  622. android:layout_height="wrap_content"
  623. android:id="@+id/name1"
  624. android:layout_weight="1"
  625. android:text="mayank@moodi.org"
  626. android:onClick="sendemail"
  627. android:textAlignment="center"/>
  628. <TextView
  629. android:layout_height="wrap_content"
  630. android:id="@+id/name2"
  631. android:layout_weight="1"
  632. android:text="rohit@moodi.org"
  633. android:onClick="sendemail"
  634. android:textAlignment="center"/>
  635. </LinearLayout>
  636. <LinearLayout
  637. android:layout_width="match_parent"
  638. android:layout_height="wrap_content"
  639. android:orientation="horizontal">
  640. <TextView
  641. android:layout_height="wrap_content"
  642. android:id="@+id/name1"
  643. android:layout_weight="1"
  644. android:text="+91-8879249203"
  645. android:onClick="call"
  646. android:textAlignment="center"/>
  647. <TextView
  648. android:layout_height="wrap_content"
  649. android:id="@+id/name2"
  650. android:layout_weight="1"
  651. android:text="+91-9004685969"
  652. android:onClick="call"
  653. android:textAlignment="center"/>
  654. </LinearLayout>
  655. <TextView
  656. android:layout_width="match_parent"
  657. android:layout_height="wrap_content"
  658. android:id="@+id/department"
  659. android:textAlignment="center"
  660. android:text="OVERALL CO-ORDINATORS" />
  661. <LinearLayout
  662. android:layout_width="match_parent"
  663. android:layout_height="wrap_content"
  664. android:orientation="horizontal">
  665. <TextView
  666. android:layout_height="wrap_content"
  667. android:id="@+id/name1"
  668. android:layout_weight="1"
  669. android:text="Amiya Maitreya"
  670. android:textAlignment="center"/>
  671. <TextView
  672. android:layout_height="wrap_content"
  673. android:id="@+id/name2"
  674. android:layout_weight="1"
  675. android:text="Anmol Rawat"
  676. android:textAlignment="center"/>
  677. </LinearLayout>
  678. <LinearLayout
  679. android:layout_width="match_parent"
  680. android:layout_height="wrap_content"
  681. android:orientation="horizontal">
  682. <TextView
  683. android:layout_height="wrap_content"
  684. android:id="@+id/name1"
  685. android:layout_weight="1"
  686. android:text="amiya@moodi.org"
  687. android:onClick="sendemail"
  688. android:textAlignment="center"/>
  689. <TextView
  690. android:layout_height="wrap_content"
  691. android:id="@+id/name2"
  692. android:layout_weight="1"
  693. android:text="anmol.r@moodi.org"
  694. android:onClick="sendemail"
  695. android:textAlignment="center"/>
  696. </LinearLayout>
  697.  
  698.  
  699.  
  700. </LinearLayout>
Add Comment
Please, Sign In to add comment