Advertisement
Guest User

test_item.xml

a guest
Jan 29th, 2020
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. android:orientation="vertical" android:layout_width="wrap_content"
  5. android:layout_height="wrap_content">
  6.  
  7. <TextView
  8. android:id="@+id/testName"
  9. android:layout_width="wrap_content"
  10. android:layout_height="wrap_content"
  11. android:text="Username"
  12. android:textColor="#000000"
  13. android:textStyle="bold" />
  14.  
  15. <TextView
  16. android:id="@+id/testLevel"
  17. android:layout_width="wrap_content"
  18. android:layout_height="wrap_content"
  19. android:text="Level"
  20. android:textColor="#000000" />
  21.  
  22.  
  23. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement