Advertisement
Guest User

Untitled

a guest
Mar 5th, 2023
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <androidx.constraintlayout.widget.ConstraintLayout 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.  
  7. <LinearLayout
  8. android:layout_width="409dp"
  9. android:layout_height="729dp"
  10. android:orientation="vertical"
  11. tools:layout_editor_absoluteX="1dp"
  12. tools:layout_editor_absoluteY="1dp"
  13. tools:ignore="MissingConstraints">
  14.  
  15. <TextView
  16. android:id="@+id/title2"
  17. android:layout_width="match_parent"
  18. android:layout_height="42dp"
  19. android:text="Dane z formularza:"
  20. android:textAlignment="center"
  21. android:textAppearance="@style/TextAppearance.AppCompat.Large" />
  22.  
  23. <TextView
  24. android:id="@+id/userOutput"
  25. android:layout_width="match_parent"
  26. android:layout_height="54dp" />
  27. <TextView
  28. android:id="@+id/acceptOutput"
  29. android:layout_width="match_parent"
  30. android:layout_height="54dp" />
  31. <TextView
  32. android:id="@+id/sexOutput"
  33. android:layout_width="match_parent"
  34. android:layout_height="54dp" />
  35. <TextView
  36. android:id="@+id/countryOutput"
  37. android:layout_width="match_parent"
  38. android:layout_height="54dp" />
  39. </LinearLayout>
  40. </androidx.constraintlayout.widget.ConstraintLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement