Advertisement
Putra-Kun123

menu.xml

Feb 23rd, 2020
8,841
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:gravity="center_horizontal"
  6. android:orientation="vertical" >
  7.  
  8. <TextView
  9. android:id="@+id/textView1"
  10. android:layout_width="wrap_content"
  11. android:layout_height="wrap_content"
  12. android:text="Menu Utama"
  13. android:textColor="#FFFFFF"
  14. android:textSize="20dp" />
  15.  
  16. <Button
  17. android:id="@+id/btninput"
  18. android:layout_width="100dp"
  19. android:layout_height="100dp"
  20. android:text="INPUT" />
  21.  
  22. <Button
  23. android:id="@+id/btntampil"
  24. android:layout_width="100dp"
  25. android:layout_height="100dp"
  26. android:text="TAMPIL"/>
  27. <Button
  28. android:id="@+id/btnganti"
  29. android:layout_width="100dp"
  30. android:layout_height="100dp"
  31. android:text="GANTI"/>
  32.  
  33. <Button
  34. android:id="@+id/btnkeluar"
  35. android:layout_width="100dp"
  36. android:layout_height="100dp"
  37. android:text="KELUAR" />
  38.  
  39. </LinearLayout>
  40. //ig harymalau
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement