Advertisement
last63

Untitled

Jul 31st, 2022
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:padding="16dp"
  6. android:layout_marginHorizontal="50dp">
  7.  
  8. <TextView
  9. android:id="@+id/t1"
  10. android:layout_alignParentStart="true"
  11. android:layout_width="match_parent"
  12. android:layout_height="wrap_content"
  13. android:text="Ketentuan Layanan" />
  14.  
  15. <TextView
  16. android:id="@+id/t2"
  17. android:layout_width="wrap_content"
  18. android:layout_height="wrap_content"
  19. android:layout_centerHorizontal="true"
  20. android:gravity="center"
  21. android:text="dan" />
  22.  
  23. <TextView
  24. android:id="@+id/t3"
  25. android:textAlignment="textEnd"
  26. android:layout_width="match_parent"
  27. android:layout_height="wrap_content"
  28. android:layout_alignParentEnd="true"
  29. android:text="Kebijakan Privasi" />
  30.  
  31. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement