Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. <LinearLayout
  2. android:layout_width="match_parent"
  3. android:layout_height="wrap_content"
  4. android:orientation="horizontal">
  5.  
  6. <TextView
  7. android:layout_width="wrap_content"
  8. android:layout_height="wrap_content"
  9. android:text="Gender : "
  10. android:textSize="15sp"
  11. android:textColor="#000000"
  12. android:fontFamily="sans-serif"/>
  13. <TextView
  14. android:layout_width="wrap_content"
  15. android:layout_height="wrap_content"
  16. android:id="@+id/txtGender"
  17. android:text=""
  18. android:textSize="15sp"
  19. android:textColor="#000000"
  20. android:fontFamily="sans-serif"/>
  21.  
  22.  
  23. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement