fauzie811

Untitled

Sep 30th, 2014
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.07 KB | None | 0 0
  1. <ScrollView
  2.     xmlns:android="http://schemas.android.com/apk/res/android"
  3.     xmlns:tools="http://schemas.android.com/tools"
  4.     android:layout_width="match_parent"
  5.     android:layout_height="match_parent"
  6.     tools:context=".MainActivityPraktekDokter" >
  7.  
  8.     <LinearLayout
  9.         android:layout_width="match_parent"
  10.         android:layout_height="wrap_content"
  11.         android:background="@drawable/background"
  12.         android:paddingBottom="@dimen/activity_vertical_margin"
  13.         android:paddingLeft="@dimen/activity_horizontal_margin"
  14.         android:paddingRight="@dimen/activity_horizontal_margin"
  15.         android:paddingTop="@dimen/activity_vertical_margin" >
  16.  
  17.         <Button
  18.             android:id="@+id/Button14"
  19.             android:layout_width="match_parent"
  20.             android:layout_height="wrap_content"
  21.             android:text="dr. Wiratmo" />
  22.  
  23.         <Button
  24.             android:id="@+id/Button10"
  25.             android:layout_width="match_parent"
  26.             android:layout_height="wrap_content"
  27.             android:text="dr. Abdi. S Kesuma" />
  28.  
  29.         <Button
  30.             android:id="@+id/Button12"
  31.             android:layout_width="match_parent"
  32.             android:layout_height="wrap_content"
  33.             android:text="Selanjutnya" />
  34.  
  35.         <Button
  36.             android:id="@+id/Button11"
  37.             android:layout_width="match_parent"
  38.             android:layout_height="wrap_content"
  39.             android:text="dr. Eddy Susilo" />
  40.  
  41.         <Button
  42.             android:id="@+id/Button9"
  43.             android:layout_width="match_parent"
  44.             android:layout_height="wrap_content"
  45.             android:text="dr. Fauzi" />
  46.  
  47.         <Button
  48.             android:id="@+id/button8"
  49.             android:layout_width="match_parent"
  50.             android:layout_height="wrap_content"
  51.             android:text="dr. Johanes HHS" />
  52.  
  53.         <Button
  54.             android:id="@+id/button7"
  55.             android:layout_width="match_parent"
  56.             android:layout_height="wrap_content"
  57.             android:text="dr.H. Hamzah, MM" />
  58.  
  59.         <Button
  60.             android:id="@+id/button6"
  61.             android:layout_width="match_parent"
  62.             android:layout_height="wrap_content"
  63.             android:text="dr. Herman Mitra" />
  64.  
  65.         <Button
  66.             android:id="@+id/Button13"
  67.             android:layout_width="match_parent"
  68.             android:layout_height="wrap_content"
  69.             android:text="Klinik Asy-Syifa" />
  70.  
  71.     </LinearLayout>
  72.  
  73. </ScrollView>
Advertisement
Add Comment
Please, Sign In to add comment