Guest User

Untitled

a guest
Jul 16th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 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:paddingEnd="10dp"
  10. android:paddingStart="10dp"
  11. android:text="Name"
  12. android:textSize="16sp" />
  13.  
  14. <ImageView
  15. android:layout_width="wrap_content"
  16. android:layout_height="wrap_content"
  17. android:layout_gravity="bottom"
  18. android:src="@drawable/ic_tic" />
  19. </LinearLayout>
Add Comment
Please, Sign In to add comment