Advertisement
Guest User

Untitled

a guest
Jan 29th, 2015
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_width="fill_parent"
  5. android:layout_height="fill_parent"
  6. android:background="@drawable/tab3_messages">
  7.  
  8.  
  9. <LinearLayout
  10. android:orientation="vertical"
  11. android:layout_width="fill_parent"
  12. android:layout_height="fill_parent"
  13. >
  14.  
  15. <TextView
  16. android:layout_width="wrap_content"
  17. android:layout_height="0dp"
  18. android:text=""
  19. android:layout_weight=".4"
  20. android:id="@+id/textView19" />
  21.  
  22. <ImageView
  23. android:layout_width="fill_parent"
  24. android:layout_height="0dp"
  25. android:layout_gravity="center"
  26. android:layout_weight="1.2"
  27. android:layout_marginRight="0dp"
  28. android:src="@drawable/messages_tab1"
  29. android:onClick="toExampleMessage"
  30. android:clickable="true"
  31.  
  32. />
  33.  
  34. <TextView
  35. android:layout_width="wrap_content"
  36. android:layout_height="0dp"
  37. android:text=""
  38. android:layout_weight="1.3"
  39. android:id="@+id/textView18" />
  40.  
  41.  
  42.  
  43.  
  44. </LinearLayout>
  45.  
  46.  
  47.  
  48. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement