Guest User

xml code

a guest
Mar 9th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. tools:context="com.example.larsb.csvvg.Home"
  8. android:background="@drawable/home">
  9.  
  10. <Button
  11. android:id="@+id/Lariks"
  12. android:layout_width="100dp"
  13. android:layout_height="wrap_content"
  14. android:text="Button"
  15. android:visibility="visible"
  16. android:layout_marginBottom="243dp"
  17. android:layout_alignParentBottom="true"
  18. android:layout_centerHorizontal="true" />
  19.  
  20. <Button
  21. android:id="@+id/Salland"
  22. android:layout_width="100dp"
  23. android:layout_height="wrap_content"
  24. android:layout_marginTop="45dp"
  25. android:text="Button"
  26. android:visibility="visible"
  27. android:layout_alignTop="@+id/Lariks"
  28. android:layout_alignLeft="@+id/Lariks"
  29. android:layout_alignStart="@+id/Lariks" />
  30.  
  31. <Button
  32. android:id="@+id/CSG"
  33. android:layout_width="100dp"
  34. android:layout_height="wrap_content"
  35. android:text="Button"
  36. android:visibility="visible"
  37. android:layout_below="@+id/Salland"
  38. android:layout_alignLeft="@+id/Salland"
  39. android:layout_alignStart="@+id/Salland" />
  40. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment