Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. <FrameLayout
  2. android:layout_width="fill_parent"
  3. android:layout_height="wrap_content" >
  4.  
  5. <ImageView
  6. android:layout_width="wrap_content"
  7. android:layout_height="wrap_content"
  8. android:src="@drawable/contactbook_icon"
  9. android:layout_gravity="center" />
  10.  
  11. <TextView
  12. android:layout_width="wrap_content"
  13. android:layout_height="wrap_content"
  14. android:text="140"
  15. android:textSize="12dp"
  16. android:textColor="#FFFFFF"
  17. android:layout_gravity="bottom|right"
  18. android:margin="15dp" />
  19. </FrameLayout>
  20.  
  21. <RelativeLayout
  22. android:layout_width="fill_parent"
  23. android:layout_height="fill_parent">
  24.  
  25. <ImageView
  26. android:src="@drawable/icon"
  27. android:layout_height="wrap_content"
  28. android:layout_width="wrap_content"
  29. android:layout_alignParentRight="true"
  30. android:layout_alignParentBottom="true" />
  31.  
  32. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement