Advertisement
Guest User

sas

a guest
Apr 10th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.71 KB | None | 0 0
  1. bayu ..........
  2. REGIS DOKTER
  3. <?xml version="1.0" encoding="utf-8"?>
  4. <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
  5. xmlns:app="http://schemas.android.com/apk/res-auto"
  6. xmlns:tools="http://schemas.android.com/tools"
  7. android:layout_width="match_parent"
  8. android:layout_height="wrap_content"
  9. tools:context="com.example.bayu.doclink.RegistrasiDokter">
  10.  
  11.  
  12. <RelativeLayout
  13. android:layout_width="match_parent"
  14. android:layout_height="match_parent">
  15.  
  16.  
  17. <LinearLayout
  18. android:layout_width="match_parent"
  19. android:orientation="vertical"
  20. android:id="@+id/s"
  21. android:layout_height="wrap_content">
  22.  
  23. <ImageView
  24. android:layout_width="300dp"
  25. android:layout_height="60dp"
  26. android:layout_gravity="center"
  27. android:layout_marginTop="20dp"
  28. android:src="@drawable/textview" />
  29. </LinearLayout>
  30.  
  31. <com.tomer.fadingtextview.FadingTextView
  32. android:id="@+id/fadingTextView"
  33. android:layout_width="match_parent"
  34. android:layout_height="60dp"
  35. android:layout_marginTop="150dp"
  36. android:textSize="20dp"
  37. android:textStyle="bold"
  38. android:textAlignment="center"
  39. style="@style/TextAppearance.AppCompat.Headline"
  40. android:gravity="center"
  41. app:texts="@array/examples"
  42. app:timeout="500" />
  43.  
  44. <LinearLayout
  45. android:background="@drawable/textview"
  46. android:layout_width="match_parent"
  47. android:orientation="vertical"
  48. android:layout_margin="10dp"
  49. android:layout_below="@+id/s"
  50. android:layout_height="wrap_content">
  51. <LinearLayout
  52. android:layout_margin="15dp"
  53. android:background="#fff"
  54. android:layout_width="match_parent"
  55. android:orientation="vertical"
  56. android:layout_height="wrap_content">
  57.  
  58.  
  59. <TextView
  60.  
  61. android:layout_width="match_parent"
  62. android:layout_height="wrap_content"
  63. android:text="Nama Depan :"
  64. />
  65. <EditText
  66.  
  67. android:layout_width="match_parent"
  68. android:layout_height="wrap_content" />
  69.  
  70. <TextView
  71. android:layout_width="match_parent"
  72. android:layout_height="wrap_content"
  73. android:text="Nama Belakang :"
  74. />
  75.  
  76. <EditText
  77. android:layout_width="match_parent"
  78. android:layout_height="wrap_content" />
  79. <TextView
  80. android:layout_width="match_parent"
  81. android:layout_height="wrap_content"
  82. android:text="Username :"
  83. />
  84. <EditText
  85. android:layout_width="match_parent"
  86. android:layout_height="wrap_content" />
  87. <TextView
  88. android:layout_width="match_parent"
  89. android:layout_height="wrap_content"
  90. android:text="Password :"
  91. />
  92. <EditText
  93. android:inputType="textPassword"
  94. android:layout_width="match_parent"
  95. android:layout_height="wrap_content" />
  96. <TextView
  97. android:layout_width="match_parent"
  98. android:layout_height="wrap_content"
  99. android:text="Password Confirmation :"
  100. />
  101. <EditText
  102. android:inputType="textPassword"
  103. android:layout_width="match_parent"
  104. android:layout_height="wrap_content" />
  105.  
  106.  
  107. <TextView
  108. android:layout_marginTop="20dp"
  109. android:layout_width="match_parent"
  110. android:layout_height="wrap_content"
  111. android:text="Phone Nummber 1:"
  112. />
  113. <EditText
  114. android:inputType="number"
  115. android:layout_width="match_parent"
  116. android:layout_height="wrap_content" />
  117.  
  118. <TextView
  119. android:layout_width="match_parent"
  120. android:layout_height="wrap_content"
  121. android:text="Phone Nummber 2 :"
  122. />
  123. <EditText
  124. android:inputType="number"
  125. android:layout_width="match_parent"
  126. android:layout_height="wrap_content" />
  127.  
  128. <TextView
  129. android:layout_marginTop="20dp"
  130. android:layout_width="match_parent"
  131. android:layout_height="wrap_content"
  132. android:text="Nomor STR:"
  133. />
  134. <EditText
  135. android:inputType="number"
  136. android:layout_width="match_parent"
  137. android:layout_height="wrap_content" />
  138.  
  139. <TextView
  140. android:layout_marginTop="20dp"
  141. android:layout_width="match_parent"
  142. android:layout_height="wrap_content"
  143. android:textAlignment="center"
  144. android:text="Upload KTP/Identitas lainnya"
  145. android:layout_margin="12dp"
  146. />
  147.  
  148.  
  149. <Button
  150. android:layout_marginTop="10dp"
  151. android:text="UPLOAD STR"
  152. android:textColor="#fff"
  153. android:layout_width="match_parent"
  154. android:layout_height="40dp"
  155. android:background="@drawable/button"
  156. />
  157.  
  158. <TextView
  159. android:layout_marginTop="20dp"
  160. android:layout_width="match_parent"
  161. android:layout_height="wrap_content"
  162. android:text="Nomor SIPP:"
  163. />
  164.  
  165. <Button
  166. android:layout_marginTop="10dp"
  167. android:text="UPLOAD SIPP"
  168. android:textColor="#fff"
  169. android:layout_width="match_parent"
  170. android:layout_height="40dp"
  171. android:background="@drawable/button"
  172. />
  173.  
  174. <Button
  175. android:layout_marginTop="10dp"
  176. android:text="Upload Foto"
  177. android:textColor="#fff"
  178. android:layout_width="match_parent"
  179. android:layout_height="40dp"
  180. android:background="@drawable/button"
  181. />
  182.  
  183.  
  184. <TextView
  185. android:layout_marginTop="20dp"
  186. android:text="Praktek Saat Ini"
  187. android:textSize="15dp"
  188. android:layout_width="match_parent"
  189. android:layout_height="wrap_content" />
  190.  
  191. <LinearLayout
  192. android:layout_marginTop="8dp"
  193. android:layout_width="match_parent"
  194. android:orientation="horizontal"
  195. android:layout_height="wrap_content">
  196.  
  197. <CheckBox
  198. android:layout_width="wrap_content"
  199. android:layout_height="wrap_content" />
  200.  
  201. <TextView
  202. android:layout_width="match_parent"
  203. android:layout_height="wrap_content"
  204. android:text="Pribadi"
  205. />
  206. </LinearLayout>
  207. <LinearLayout
  208. android:layout_marginTop="10dp"
  209. android:layout_width="match_parent"
  210. android:orientation="horizontal"
  211. android:layout_height="wrap_content">
  212.  
  213. <CheckBox
  214. android:layout_width="wrap_content"
  215. android:layout_height="wrap_content" />
  216.  
  217. <TextView
  218. android:layout_width="wrap_content"
  219. android:layout_height="wrap_content"
  220. android:text="Klinik : "
  221. />
  222.  
  223. <EditText
  224. android:layout_width="match_parent"
  225. android:layout_height="wrap_content" />
  226.  
  227. </LinearLayout>
  228. <LinearLayout
  229. android:layout_marginTop="10dp"
  230. android:layout_width="match_parent"
  231. android:orientation="horizontal"
  232. android:layout_height="wrap_content">
  233.  
  234. <CheckBox
  235. android:layout_width="wrap_content"
  236. android:layout_height="wrap_content" />
  237.  
  238. <TextView
  239. android:layout_width="wrap_content"
  240. android:layout_height="wrap_content"
  241. android:text="Rumah Sakit : "
  242. />
  243.  
  244. <EditText
  245. android:layout_width="match_parent"
  246. android:layout_height="wrap_content" />
  247.  
  248. </LinearLayout>
  249.  
  250. <TextView
  251. android:layout_marginTop="20dp"
  252. android:text="Pilihan Jadwal Hari Praktek:"
  253. android:textSize="15dp"
  254. android:layout_width="match_parent"
  255. android:layout_height="wrap_content" />
  256.  
  257. <LinearLayout
  258. android:layout_marginTop="8dp"
  259. android:layout_width="match_parent"
  260. android:orientation="horizontal"
  261. android:layout_height="wrap_content">
  262.  
  263. <CheckBox
  264. android:layout_width="wrap_content"
  265. android:layout_height="wrap_content" />
  266.  
  267. <TextView
  268. android:layout_width="match_parent"
  269. android:layout_height="wrap_content"
  270. android:text="Seluruh Hari"
  271. />
  272.  
  273.  
  274. </LinearLayout>
  275.  
  276. <LinearLayout
  277. android:layout_marginTop="8dp"
  278. android:layout_width="match_parent"
  279. android:orientation="horizontal"
  280. android:layout_height="wrap_content">
  281.  
  282. <CheckBox
  283. android:layout_width="wrap_content"
  284. android:layout_height="wrap_content" />
  285.  
  286. <TextView
  287. android:layout_width="match_parent"
  288. android:layout_height="wrap_content"
  289. android:text="Senin - Jumat"
  290. />
  291.  
  292.  
  293. </LinearLayout>
  294. <LinearLayout
  295. android:layout_marginTop="8dp"
  296. android:layout_width="match_parent"
  297. android:orientation="horizontal"
  298. android:layout_height="wrap_content">
  299.  
  300. <CheckBox
  301. android:layout_width="wrap_content"
  302. android:layout_height="wrap_content" />
  303.  
  304. <TextView
  305. android:layout_width="match_parent"
  306. android:layout_height="wrap_content"
  307. android:text="Hari Tertentu : "
  308. />
  309.  
  310.  
  311. </LinearLayout>
  312.  
  313. <LinearLayout
  314. android:layout_marginTop="8dp"
  315. android:layout_width="match_parent"
  316. android:orientation="horizontal"
  317. android:layout_height="wrap_content">
  318.  
  319. <CheckBox
  320. android:layout_marginLeft="12dp"
  321. android:layout_width="wrap_content"
  322. android:layout_height="wrap_content" />
  323.  
  324. <TextView
  325. android:layout_width="match_parent"
  326. android:layout_height="wrap_content"
  327. android:text="Senin"
  328. />
  329.  
  330.  
  331. </LinearLayout>
  332.  
  333. <LinearLayout
  334. android:layout_marginTop="8dp"
  335. android:layout_width="match_parent"
  336. android:orientation="horizontal"
  337. android:layout_height="wrap_content">
  338.  
  339. <CheckBox
  340. android:layout_marginLeft="12dp"
  341. android:layout_width="wrap_content"
  342. android:layout_height="wrap_content" />
  343.  
  344. <TextView
  345. android:layout_width="match_parent"
  346. android:layout_height="wrap_content"
  347. android:text="Selasa"
  348. />
  349.  
  350.  
  351. </LinearLayout>
  352. <LinearLayout
  353. android:layout_marginTop="8dp"
  354. android:layout_width="match_parent"
  355. android:orientation="horizontal"
  356. android:layout_height="wrap_content">
  357.  
  358. <CheckBox
  359. android:layout_marginLeft="12dp"
  360. android:layout_width="wrap_content"
  361. android:layout_height="wrap_content" />
  362.  
  363. <TextView
  364. android:layout_width="match_parent"
  365. android:layout_height="wrap_content"
  366. android:text="Rabu"
  367. />
  368. </LinearLayout>
  369. <LinearLayout
  370. android:layout_marginTop="8dp"
  371. android:layout_width="match_parent"
  372. android:orientation="horizontal"
  373. android:layout_height="wrap_content">
  374.  
  375. <CheckBox
  376. android:layout_marginLeft="12dp"
  377. android:layout_width="wrap_content"
  378. android:layout_height="wrap_content" />
  379.  
  380. <TextView
  381. android:layout_width="match_parent"
  382. android:layout_height="wrap_content"
  383. android:text="Kamis"
  384. />
  385.  
  386.  
  387. </LinearLayout>
  388. <LinearLayout
  389. android:layout_marginTop="8dp"
  390. android:layout_width="match_parent"
  391. android:orientation="horizontal"
  392. android:layout_height="wrap_content">
  393.  
  394. <CheckBox
  395. android:layout_marginLeft="12dp"
  396. android:layout_width="wrap_content"
  397. android:layout_height="wrap_content" />
  398.  
  399. <TextView
  400. android:layout_width="match_parent"
  401. android:layout_height="wrap_content"
  402. android:text="Jumat"
  403. />
  404.  
  405.  
  406. </LinearLayout>
  407. <LinearLayout
  408. android:layout_marginTop="8dp"
  409. android:layout_width="match_parent"
  410. android:orientation="horizontal"
  411. android:layout_height="wrap_content">
  412.  
  413. <CheckBox
  414. android:layout_marginLeft="12dp"
  415. android:layout_width="wrap_content"
  416. android:layout_height="wrap_content" />
  417.  
  418. <TextView
  419. android:layout_width="match_parent"
  420. android:layout_height="wrap_content"
  421. android:text="Sabtu"
  422. />
  423.  
  424.  
  425. </LinearLayout>
  426. <LinearLayout
  427. android:layout_marginTop="8dp"
  428. android:layout_width="match_parent"
  429. android:orientation="horizontal"
  430. android:layout_height="wrap_content">
  431.  
  432. <CheckBox
  433. android:layout_marginLeft="12dp"
  434. android:layout_width="wrap_content"
  435. android:layout_height="wrap_content" />
  436.  
  437. <TextView
  438. android:layout_width="match_parent"
  439. android:layout_height="wrap_content"
  440. android:text="Minggu"
  441. />
  442.  
  443.  
  444. </LinearLayout>
  445. <TextView
  446. android:layout_marginTop="20dp"
  447. android:text="Praktek Area Praktek (Dari Posisi Terakhir) :"
  448. android:textSize="15dp"
  449. android:layout_width="match_parent"
  450. android:layout_height="wrap_content" />
  451.  
  452. <LinearLayout
  453. android:layout_marginTop="8dp"
  454. android:layout_width="match_parent"
  455. android:orientation="horizontal"
  456. android:layout_height="wrap_content">
  457.  
  458. <CheckBox
  459. android:layout_width="wrap_content"
  460. android:layout_height="wrap_content" />
  461.  
  462. <TextView
  463. android:layout_width="match_parent"
  464. android:layout_height="wrap_content"
  465. android:text="@string/_10km"
  466. />
  467. </LinearLayout>
  468. <LinearLayout
  469. android:layout_marginTop="10dp"
  470. android:layout_width="match_parent"
  471. android:orientation="horizontal"
  472. android:layout_height="wrap_content">
  473.  
  474. <CheckBox
  475. android:layout_width="wrap_content"
  476. android:layout_height="wrap_content" />
  477.  
  478. <TextView
  479. android:layout_width="wrap_content"
  480. android:layout_height="wrap_content"
  481. android:text="@string/_20km"
  482. />
  483.  
  484.  
  485.  
  486. </LinearLayout>
  487. <LinearLayout
  488. android:layout_marginTop="10dp"
  489. android:layout_width="match_parent"
  490. android:orientation="horizontal"
  491. android:layout_height="wrap_content">
  492.  
  493. <CheckBox
  494. android:layout_width="wrap_content"
  495. android:layout_height="wrap_content" />
  496.  
  497. <TextView
  498. android:layout_width="wrap_content"
  499. android:layout_height="wrap_content"
  500. android:text="@string/_20_km"
  501. />
  502. </LinearLayout>
  503.  
  504. <TextView
  505. android:layout_marginTop="20dp"
  506. android:text="Pilihan Layanan Praktek :"
  507. android:textSize="15dp"
  508. android:layout_width="match_parent"
  509. android:layout_height="wrap_content" />
  510.  
  511. <LinearLayout
  512. android:layout_marginTop="8dp"
  513. android:layout_width="match_parent"
  514. android:orientation="horizontal"
  515. android:layout_height="wrap_content">
  516.  
  517. <CheckBox
  518. android:layout_width="wrap_content"
  519. android:layout_height="wrap_content" />
  520.  
  521. <TextView
  522. android:layout_width="match_parent"
  523. android:layout_height="wrap_content"
  524. android:text="Konsultasi"
  525. />
  526. </LinearLayout>
  527. <LinearLayout
  528. android:layout_marginTop="8dp"
  529. android:layout_width="match_parent"
  530. android:orientation="horizontal"
  531. android:layout_height="wrap_content">
  532.  
  533. <CheckBox
  534. android:layout_width="wrap_content"
  535. android:layout_height="wrap_content" />
  536.  
  537. <TextView
  538. android:layout_width="match_parent"
  539. android:layout_height="wrap_content"
  540. android:text="Home Visit"
  541. />
  542. </LinearLayout>
  543.  
  544. <LinearLayout
  545. android:layout_marginTop="8dp"
  546. android:layout_width="match_parent"
  547. android:orientation="horizontal"
  548. android:layout_height="wrap_content">
  549.  
  550. <CheckBox
  551. android:layout_width="wrap_content"
  552. android:layout_height="wrap_content" />
  553.  
  554. <TextView
  555. android:layout_width="match_parent"
  556. android:layout_height="wrap_content"
  557. android:text="Home Nursing"
  558. />
  559. </LinearLayout>
  560.  
  561. <LinearLayout
  562. android:layout_marginTop="8dp"
  563. android:layout_width="match_parent"
  564. android:orientation="horizontal"
  565. android:layout_height="wrap_content">
  566.  
  567. <CheckBox
  568. android:layout_width="wrap_content"
  569. android:layout_height="wrap_content" />
  570.  
  571. <TextView
  572. android:layout_width="match_parent"
  573. android:layout_height="wrap_content"
  574. android:text="Sunat"
  575. />
  576. </LinearLayout>
  577.  
  578. <LinearLayout
  579. android:layout_marginTop="8dp"
  580. android:layout_width="match_parent"
  581. android:orientation="horizontal"
  582. android:layout_height="wrap_content">
  583.  
  584. <CheckBox
  585. android:layout_width="wrap_content"
  586. android:layout_height="wrap_content" />
  587.  
  588. <TextView
  589. android:layout_width="match_parent"
  590. android:layout_height="wrap_content"
  591. android:text="Tindik"
  592. />
  593. </LinearLayout>
  594.  
  595. <LinearLayout
  596. android:layout_marginTop="8dp"
  597. android:layout_width="match_parent"
  598. android:orientation="horizontal"
  599. android:layout_height="wrap_content">
  600.  
  601. <CheckBox
  602. android:layout_width="wrap_content"
  603. android:layout_height="wrap_content" />
  604.  
  605. <TextView
  606. android:layout_width="match_parent"
  607. android:layout_height="wrap_content"
  608. android:text="KB"
  609. />
  610. </LinearLayout>
  611.  
  612. <LinearLayout
  613. android:layout_marginTop="8dp"
  614. android:layout_width="match_parent"
  615. android:orientation="horizontal"
  616. android:layout_height="wrap_content">
  617.  
  618. <CheckBox
  619. android:layout_width="wrap_content"
  620. android:layout_height="wrap_content" />
  621.  
  622. <TextView
  623. android:layout_width="match_parent"
  624. android:layout_height="wrap_content"
  625. android:text="Imunisasi"
  626. />
  627. </LinearLayout>
  628.  
  629. <Button
  630. android:layout_marginTop="10dp"
  631. android:text="SIGN UP"
  632. android:textColor="#fff"
  633. android:layout_width="match_parent"
  634. android:layout_height="40dp"
  635. android:background="@drawable/button"
  636. />
  637.  
  638.  
  639. </LinearLayout>
  640. </LinearLayout>
  641.  
  642. </RelativeLayout>
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650. </ScrollView>
  651.  
  652.  
  653.  
  654. REGIS PSIEN
  655. <?xml version="1.0" encoding="utf-8"?>
  656. <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
  657. xmlns:app="http://schemas.android.com/apk/res-auto"
  658. xmlns:tools="http://schemas.android.com/tools"
  659. android:layout_width="match_parent"
  660. android:layout_height="match_parent"
  661. tools:context="com.example.bayu.doclink.RegistrasiPasien">
  662.  
  663. <RelativeLayout
  664. android:layout_width="match_parent"
  665. android:layout_height="match_parent">
  666. <LinearLayout
  667. android:layout_width="match_parent"
  668. android:layout_height="match_parent">
  669.  
  670.  
  671. </LinearLayout>
  672.  
  673. <LinearLayout
  674. android:layout_width="match_parent"
  675. android:orientation="vertical"
  676. android:id="@+id/s"
  677. android:layout_height="wrap_content">
  678.  
  679. <ImageView
  680. android:layout_width="300dp"
  681. android:layout_height="60dp"
  682. android:layout_gravity="center"
  683. android:layout_marginTop="20dp"
  684. android:src="@drawable/textview" />
  685. </LinearLayout>
  686. <TextView
  687. android:layout_width="match_parent"
  688. android:layout_height="60dp"
  689. android:layout_marginTop="165dp"
  690. android:textSize="20dp"
  691. android:textStyle="bold"
  692. android:textAlignment="center"
  693. android:text="Registrasi Pasien"
  694. />
  695. <LinearLayout
  696. android:background="@drawable/textview"
  697. android:layout_width="match_parent"
  698. android:orientation="vertical"
  699. android:layout_margin="10dp"
  700. android:layout_below="@+id/s"
  701. android:layout_height="wrap_content">
  702. <LinearLayout
  703. android:layout_margin="15dp"
  704. android:background="#fff"
  705. android:layout_width="match_parent"
  706. android:orientation="vertical"
  707. android:layout_height="wrap_content">
  708.  
  709. <TextView
  710.  
  711. android:layout_width="match_parent"
  712. android:layout_height="wrap_content"
  713. android:text="Nama Depan :"
  714. />
  715. <EditText
  716.  
  717. android:layout_width="match_parent"
  718. android:layout_height="wrap_content" />
  719.  
  720. <TextView
  721. android:layout_width="match_parent"
  722. android:layout_height="wrap_content"
  723. android:text="Nama Belakang :"
  724. />
  725.  
  726. <EditText
  727. android:layout_width="match_parent"
  728. android:layout_height="wrap_content" />
  729. <TextView
  730. android:layout_width="match_parent"
  731. android:layout_height="wrap_content"
  732. android:text="Username :"
  733. />
  734. <EditText
  735. android:layout_width="match_parent"
  736. android:layout_height="wrap_content" />
  737. <TextView
  738. android:layout_width="match_parent"
  739. android:layout_height="wrap_content"
  740. android:text="Password :"
  741. />
  742. <EditText
  743. android:inputType="textPassword"
  744. android:layout_width="match_parent"
  745. android:layout_height="wrap_content" />
  746. <TextView
  747. android:layout_width="match_parent"
  748. android:layout_height="wrap_content"
  749. android:text="Password Confirmation :"
  750. />
  751. <EditText
  752. android:inputType="textPassword"
  753. android:layout_width="match_parent"
  754. android:layout_height="wrap_content" />
  755.  
  756.  
  757. <TextView
  758. android:layout_marginTop="20dp"
  759. android:layout_width="match_parent"
  760. android:layout_height="wrap_content"
  761. android:text="Phone Nummber 1:"
  762. />
  763. <EditText
  764. android:inputType="number"
  765. android:layout_width="match_parent"
  766. android:layout_height="wrap_content" />
  767.  
  768.  
  769.  
  770.  
  771.  
  772. <TextView
  773. android:layout_width="match_parent"
  774. android:layout_height="wrap_content"
  775. android:text="Emergency Number 2 :"
  776. />
  777. <EditText
  778. android:inputType="number"
  779. android:layout_width="match_parent"
  780. android:layout_height="wrap_content" />
  781. <Button
  782. android:layout_marginTop="20dp"
  783. android:text="UPLOAD KTP"
  784. android:textColor="#fff"
  785. android:layout_width="match_parent"
  786. android:layout_height="wrap_content"
  787. android:background="@drawable/button"
  788. />
  789. <Button
  790. android:layout_marginTop="10dp"
  791. android:textColor="#fff"
  792. android:text="UPLOAD KARTU PASIEN(APABILA ADA)"
  793. android:layout_width="match_parent"
  794. android:layout_height="wrap_content"
  795. android:background="@drawable/button"
  796. />
  797. <Button
  798. android:textColor="#fff"
  799. android:text="SIGN UP"
  800. android:layout_marginTop="30dp"
  801. android:layout_width="match_parent"
  802. android:layout_height="wrap_content"
  803. android:background="@drawable/button"
  804. android:id="@+id/signup_pasien"
  805. android:layout_marginBottom="8dp"
  806. />
  807. </LinearLayout>
  808.  
  809.  
  810. </LinearLayout>
  811.  
  812. </RelativeLayout>
  813.  
  814.  
  815. </ScrollView>
  816.  
  817.  
  818. regis perawat
  819. <?xml version="1.0" encoding="utf-8"?>
  820. <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
  821. xmlns:app="http://schemas.android.com/apk/res-auto"
  822. xmlns:tools="http://schemas.android.com/tools"
  823. android:layout_width="match_parent"
  824. android:layout_height="match_parent"
  825. tools:context="com.example.bayu.doclink.RegistrasiPerawat">
  826. <RelativeLayout
  827. android:layout_width="match_parent"
  828. android:layout_height="match_parent">
  829.  
  830. <LinearLayout
  831. android:layout_width="match_parent"
  832. android:orientation="vertical"
  833. android:id="@+id/s"
  834. android:layout_height="wrap_content">
  835.  
  836. <ImageView
  837. android:layout_width="300dp"
  838. android:layout_height="60dp"
  839. android:layout_gravity="center"
  840. android:layout_marginTop="20dp"
  841. android:src="@drawable/textview" />
  842. </LinearLayout>
  843. <TextView
  844. android:layout_width="match_parent"
  845. android:layout_height="60dp"
  846. android:layout_marginTop="165dp"
  847. android:textSize="20dp"
  848. android:textStyle="bold"
  849. android:textAlignment="center"
  850. android:text="Registrasi Perawat"
  851. />
  852. <LinearLayout
  853. android:background="@drawable/textview"
  854. android:layout_width="match_parent"
  855. android:orientation="vertical"
  856. android:layout_margin="10dp"
  857. android:layout_below="@+id/s"
  858. android:layout_height="wrap_content">
  859. <LinearLayout
  860. android:layout_margin="15dp"
  861. android:background="#fff"
  862. android:layout_width="match_parent"
  863. android:orientation="vertical"
  864. android:layout_height="wrap_content">
  865.  
  866. <TextView
  867.  
  868. android:layout_width="match_parent"
  869. android:layout_height="wrap_content"
  870. android:text="Nama Depan :"
  871. />
  872. <EditText
  873.  
  874. android:layout_width="match_parent"
  875. android:layout_height="wrap_content" />
  876.  
  877. <TextView
  878. android:layout_width="match_parent"
  879. android:layout_height="wrap_content"
  880. android:text="Nama Belakang :"
  881. />
  882.  
  883. <EditText
  884. android:layout_width="match_parent"
  885. android:layout_height="wrap_content" />
  886. <TextView
  887. android:layout_width="match_parent"
  888. android:layout_height="wrap_content"
  889. android:text="Username :"
  890. />
  891. <EditText
  892. android:layout_width="match_parent"
  893. android:layout_height="wrap_content" />
  894. <TextView
  895. android:layout_width="match_parent"
  896. android:layout_height="wrap_content"
  897. android:text="Password :"
  898. />
  899. <EditText
  900. android:inputType="textPassword"
  901. android:layout_width="match_parent"
  902. android:layout_height="wrap_content" />
  903. <TextView
  904. android:layout_width="match_parent"
  905. android:layout_height="wrap_content"
  906. android:text="Password Confirmation :"
  907. />
  908. <EditText
  909. android:inputType="textPassword"
  910. android:layout_width="match_parent"
  911. android:layout_height="wrap_content" />
  912.  
  913.  
  914.  
  915. <TextView
  916. android:layout_marginTop="20dp"
  917. android:layout_width="match_parent"
  918. android:layout_height="wrap_content"
  919. android:text="Phone Nummber 1:"
  920. />
  921. <EditText
  922. android:inputType="number"
  923. android:layout_width="match_parent"
  924. android:layout_height="wrap_content" />
  925.  
  926. <TextView
  927. android:layout_width="match_parent"
  928. android:layout_height="wrap_content"
  929. android:text="Phone Nummber 2 :"
  930. />
  931. <EditText
  932. android:inputType="number"
  933. android:layout_width="match_parent"
  934. android:layout_height="wrap_content" />
  935.  
  936. <TextView
  937. android:layout_marginTop="20dp"
  938. android:layout_width="match_parent"
  939. android:layout_height="wrap_content"
  940. android:text="Nomor STR:"
  941. />
  942. <EditText
  943. android:inputType="number"
  944. android:layout_width="match_parent"
  945. android:layout_height="wrap_content" />
  946.  
  947. <Button
  948. android:layout_marginTop="10dp"
  949. android:text="UPLOAD STR"
  950. android:textColor="#fff"
  951. android:layout_width="match_parent"
  952. android:layout_height="40dp"
  953. android:background="@drawable/button"
  954. />
  955.  
  956. <TextView
  957. android:layout_marginTop="20dp"
  958. android:layout_width="match_parent"
  959. android:layout_height="wrap_content"
  960. android:text="Nomor SIPP:"
  961. />
  962. <EditText
  963. android:inputType="number"
  964. android:layout_width="match_parent"
  965. android:layout_height="wrap_content" />
  966.  
  967. <Button
  968. android:layout_marginTop="10dp"
  969. android:text="UPLOAD SIPP"
  970. android:textColor="#fff"
  971. android:layout_width="match_parent"
  972. android:layout_height="40dp"
  973. android:background="@drawable/button"
  974. />
  975.  
  976. <Button
  977. android:layout_marginTop="10dp"
  978. android:text="UPLOAD FOTO"
  979. android:textColor="#fff"
  980. android:layout_width="match_parent"
  981. android:layout_height="40dp"
  982. android:background="@drawable/button"
  983. />
  984.  
  985. <TextView
  986. android:layout_marginTop="20dp"
  987. android:text="Praktek Saat Ini"
  988. android:textSize="15dp"
  989. android:layout_width="match_parent"
  990. android:layout_height="wrap_content" />
  991.  
  992. <LinearLayout
  993. android:layout_marginTop="8dp"
  994. android:layout_width="match_parent"
  995. android:orientation="horizontal"
  996. android:layout_height="wrap_content">
  997.  
  998. <CheckBox
  999. android:layout_width="wrap_content"
  1000. android:layout_height="wrap_content" />
  1001.  
  1002. <TextView
  1003. android:layout_width="match_parent"
  1004. android:layout_height="wrap_content"
  1005. android:text="Pribadi"
  1006. />
  1007. </LinearLayout>
  1008. <LinearLayout
  1009. android:layout_marginTop="10dp"
  1010. android:layout_width="match_parent"
  1011. android:orientation="horizontal"
  1012. android:layout_height="wrap_content">
  1013.  
  1014. <CheckBox
  1015. android:layout_width="wrap_content"
  1016. android:layout_height="wrap_content" />
  1017.  
  1018. <TextView
  1019. android:layout_width="wrap_content"
  1020. android:layout_height="wrap_content"
  1021. android:text="Klinik : "
  1022. />
  1023.  
  1024. <EditText
  1025. android:layout_width="match_parent"
  1026. android:layout_height="wrap_content" />
  1027.  
  1028. </LinearLayout>
  1029. <LinearLayout
  1030. android:layout_marginTop="10dp"
  1031. android:layout_width="match_parent"
  1032. android:orientation="horizontal"
  1033. android:layout_height="wrap_content">
  1034.  
  1035. <CheckBox
  1036. android:layout_width="wrap_content"
  1037. android:layout_height="wrap_content" />
  1038.  
  1039. <TextView
  1040. android:layout_width="wrap_content"
  1041. android:layout_height="wrap_content"
  1042. android:text="Rumah Sakit : "
  1043. />
  1044.  
  1045. <EditText
  1046. android:layout_width="match_parent"
  1047. android:layout_height="wrap_content" />
  1048.  
  1049. </LinearLayout>
  1050.  
  1051.  
  1052.  
  1053. <TextView
  1054. android:layout_marginTop="20dp"
  1055. android:text="Pilihan Jadwal Hari Praktek:"
  1056. android:textSize="15dp"
  1057. android:layout_width="match_parent"
  1058. android:layout_height="wrap_content" />
  1059.  
  1060. <LinearLayout
  1061. android:layout_marginTop="8dp"
  1062. android:layout_width="match_parent"
  1063. android:orientation="horizontal"
  1064. android:layout_height="wrap_content">
  1065.  
  1066. <CheckBox
  1067. android:layout_width="wrap_content"
  1068. android:layout_height="wrap_content" />
  1069.  
  1070. <TextView
  1071. android:layout_width="match_parent"
  1072. android:layout_height="wrap_content"
  1073. android:text="Seluruh Hari"
  1074. />
  1075.  
  1076.  
  1077. </LinearLayout>
  1078.  
  1079. <LinearLayout
  1080. android:layout_marginTop="8dp"
  1081. android:layout_width="match_parent"
  1082. android:orientation="horizontal"
  1083. android:layout_height="wrap_content">
  1084.  
  1085. <CheckBox
  1086. android:layout_width="wrap_content"
  1087. android:layout_height="wrap_content" />
  1088.  
  1089. <TextView
  1090. android:layout_width="match_parent"
  1091. android:layout_height="wrap_content"
  1092. android:text="Senin - Jumat"
  1093. />
  1094.  
  1095.  
  1096. </LinearLayout>
  1097. <LinearLayout
  1098. android:layout_marginTop="8dp"
  1099. android:layout_width="match_parent"
  1100. android:orientation="horizontal"
  1101. android:layout_height="wrap_content">
  1102.  
  1103. <CheckBox
  1104. android:layout_width="wrap_content"
  1105. android:layout_height="wrap_content" />
  1106.  
  1107. <TextView
  1108. android:layout_width="match_parent"
  1109. android:layout_height="wrap_content"
  1110. android:text="Hari Tertentu : "
  1111. />
  1112.  
  1113.  
  1114. </LinearLayout>
  1115.  
  1116. <LinearLayout
  1117. android:layout_marginTop="8dp"
  1118. android:layout_width="match_parent"
  1119. android:orientation="horizontal"
  1120. android:layout_height="wrap_content">
  1121.  
  1122. <CheckBox
  1123. android:layout_marginLeft="12dp"
  1124. android:layout_width="wrap_content"
  1125. android:layout_height="wrap_content" />
  1126.  
  1127. <TextView
  1128. android:layout_width="match_parent"
  1129. android:layout_height="wrap_content"
  1130. android:text="Senin"
  1131. />
  1132.  
  1133.  
  1134. </LinearLayout>
  1135.  
  1136. <LinearLayout
  1137. android:layout_marginTop="8dp"
  1138. android:layout_width="match_parent"
  1139. android:orientation="horizontal"
  1140. android:layout_height="wrap_content">
  1141.  
  1142. <CheckBox
  1143. android:layout_marginLeft="12dp"
  1144. android:layout_width="wrap_content"
  1145. android:layout_height="wrap_content" />
  1146.  
  1147. <TextView
  1148. android:layout_width="match_parent"
  1149. android:layout_height="wrap_content"
  1150. android:text="Selasa"
  1151. />
  1152.  
  1153.  
  1154. </LinearLayout>
  1155. <LinearLayout
  1156. android:layout_marginTop="8dp"
  1157. android:layout_width="match_parent"
  1158. android:orientation="horizontal"
  1159. android:layout_height="wrap_content">
  1160.  
  1161. <CheckBox
  1162. android:layout_marginLeft="12dp"
  1163. android:layout_width="wrap_content"
  1164. android:layout_height="wrap_content" />
  1165.  
  1166. <TextView
  1167. android:layout_width="match_parent"
  1168. android:layout_height="wrap_content"
  1169. android:text="Rabu"
  1170. />
  1171. </LinearLayout>
  1172. <LinearLayout
  1173. android:layout_marginTop="8dp"
  1174. android:layout_width="match_parent"
  1175. android:orientation="horizontal"
  1176. android:layout_height="wrap_content">
  1177.  
  1178. <CheckBox
  1179. android:layout_marginLeft="12dp"
  1180. android:layout_width="wrap_content"
  1181. android:layout_height="wrap_content" />
  1182.  
  1183. <TextView
  1184. android:layout_width="match_parent"
  1185. android:layout_height="wrap_content"
  1186. android:text="Kamis"
  1187. />
  1188.  
  1189.  
  1190. </LinearLayout>
  1191. <LinearLayout
  1192. android:layout_marginTop="8dp"
  1193. android:layout_width="match_parent"
  1194. android:orientation="horizontal"
  1195. android:layout_height="wrap_content">
  1196.  
  1197. <CheckBox
  1198. android:layout_marginLeft="12dp"
  1199. android:layout_width="wrap_content"
  1200. android:layout_height="wrap_content" />
  1201.  
  1202. <TextView
  1203. android:layout_width="match_parent"
  1204. android:layout_height="wrap_content"
  1205. android:text="Jumat"
  1206. />
  1207.  
  1208.  
  1209. </LinearLayout>
  1210. <LinearLayout
  1211. android:layout_marginTop="8dp"
  1212. android:layout_width="match_parent"
  1213. android:orientation="horizontal"
  1214. android:layout_height="wrap_content">
  1215.  
  1216. <CheckBox
  1217. android:layout_marginLeft="12dp"
  1218. android:layout_width="wrap_content"
  1219. android:layout_height="wrap_content" />
  1220.  
  1221. <TextView
  1222. android:layout_width="match_parent"
  1223. android:layout_height="wrap_content"
  1224. android:text="Sabtu"
  1225. />
  1226.  
  1227.  
  1228. </LinearLayout>
  1229. <LinearLayout
  1230. android:layout_marginTop="8dp"
  1231. android:layout_width="match_parent"
  1232. android:orientation="horizontal"
  1233. android:layout_height="wrap_content">
  1234.  
  1235. <CheckBox
  1236. android:layout_marginLeft="12dp"
  1237. android:layout_width="wrap_content"
  1238. android:layout_height="wrap_content" />
  1239.  
  1240. <TextView
  1241. android:layout_width="match_parent"
  1242. android:layout_height="wrap_content"
  1243. android:text="Minggu"
  1244. />
  1245.  
  1246.  
  1247. </LinearLayout>
  1248.  
  1249. <TextView
  1250. android:layout_marginTop="20dp"
  1251. android:text="Praktek Area Praktek (Dari Posisi Terakhir) :"
  1252. android:textSize="15dp"
  1253. android:layout_width="match_parent"
  1254. android:layout_height="wrap_content" />
  1255.  
  1256. <LinearLayout
  1257. android:layout_marginTop="8dp"
  1258. android:layout_width="match_parent"
  1259. android:orientation="horizontal"
  1260. android:layout_height="wrap_content">
  1261.  
  1262. <CheckBox
  1263. android:layout_width="wrap_content"
  1264. android:layout_height="wrap_content" />
  1265.  
  1266. <TextView
  1267. android:layout_width="match_parent"
  1268. android:layout_height="wrap_content"
  1269. android:text="@string/_10km"
  1270. />
  1271. </LinearLayout>
  1272. <LinearLayout
  1273. android:layout_marginTop="10dp"
  1274. android:layout_width="match_parent"
  1275. android:orientation="horizontal"
  1276. android:layout_height="wrap_content">
  1277.  
  1278. <CheckBox
  1279. android:layout_width="wrap_content"
  1280. android:layout_height="wrap_content" />
  1281.  
  1282. <TextView
  1283. android:layout_width="wrap_content"
  1284. android:layout_height="wrap_content"
  1285. android:text="@string/_20km"
  1286. />
  1287.  
  1288.  
  1289.  
  1290. </LinearLayout>
  1291. <LinearLayout
  1292. android:layout_marginTop="10dp"
  1293. android:layout_width="match_parent"
  1294. android:orientation="horizontal"
  1295. android:layout_height="wrap_content">
  1296.  
  1297. <CheckBox
  1298. android:layout_width="wrap_content"
  1299. android:layout_height="wrap_content" />
  1300.  
  1301. <TextView
  1302. android:layout_width="wrap_content"
  1303. android:layout_height="wrap_content"
  1304. android:text="@string/_20_km"
  1305. />
  1306. </LinearLayout>
  1307.  
  1308.  
  1309. </LinearLayout>
  1310. </LinearLayout>
  1311.  
  1312. </RelativeLayout>
  1313.  
  1314.  
  1315. </ScrollView>
  1316. a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement