Guest User

Untitled

a guest
Oct 16th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. <LinearLayout
  2. android:layout_width="fill_parent"
  3. android:layout_height="wrap_content"
  4. android:orientation="vertical"
  5. android:background="@drawable/igo_xwall_android_tool" >
  6.  
  7. <LinearLayout
  8. android:layout_width="fill_parent"
  9. android:layout_height="fill_parent"
  10. android:orientation="vertical"
  11. android:gravity="bottom" >
  12. <TableLayout
  13. android:layout_width="fill_parent"
  14. android:layout_height="fill_parent" >
  15. <TableRow>
  16. <TextView android:id="@+id/tmp1"
  17. android:layout_width="100dp"
  18. android:layout_height="wrap_content"
  19. android:textColor="#333333"
  20. android:text="" />
  21. <TextView android:id="@+id/tmp2"
  22. android:layout_width="100dp"
  23. android:layout_height="wrap_content"
  24. android:textColor="#333333"
  25. android:text="" />
  26. <TextView android:id="@+id/tmp3"
  27. android:layout_width="100dp"
  28. android:layout_height="wrap_content"
  29. android:textColor="#333333"
  30. android:text="" />
  31. </TableRow>
  32. <TableRow>
  33. <ImageView
  34. android:id="@+id/worktime_quicklink"
  35. android:src="@drawable/worktime"
  36. android:layout_width="wrap_content"
  37. android:layout_height="wrap_content"
  38. android:gravity="left"
  39. />
  40.  
  41. <ImageView
  42. android:id="@+id/igox_quicklink"
  43. android:src="@drawable/igox"
  44. android:layout_width="wrap_content"
  45. android:layout_height="wrap_content"
  46. />
  47.  
  48.  
  49. <ImageView
  50. android:id="@+id/material_quicklink"
  51. android:src="@drawable/material"
  52. android:layout_width="wrap_content"
  53. android:layout_height="wrap_content"
  54. />
  55. </TableRow>
  56. </TableLayout>
  57.  
  58. </LinearLayout>
  59. </LinearLayout>
Add Comment
Please, Sign In to add comment