mm.xml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="fill_parent"
  4. android:layout_height="fill_parent"
  5. android:background="#ffffff"
  6. android:orientation="vertical" >
  7. <LinearLayout
  8. android:layout_width="fill_parent"
  9. android:layout_height="wrap_content"
  10. android:baselineAligned="false"
  11. android:weightSum="2" >
  12. <TextView
  13. android:layout_width="0dip"
  14. android:layout_height="fill_parent"
  15. android:layout_weight="1"
  16. android:gravity="center"
  17. android:text="@string/billingText" />
  18. <Button
  19. android:id="@+id/billing"
  20. android:layout_width="0dip"
  21. android:layout_height="wrap_content"
  22. android:layout_gravity="center"
  23. android:layout_weight="1"
  24. android:gravity="center"
  25. android:text="@string/billing" />
  26. </LinearLayout>
  27. <TextView
  28. android:layout_width="fill_parent"
  29. android:layout_height="wrap_content"
  30. android:text="@string/billingintro" />
  31. <LinearLayout
  32. android:layout_width="fill_parent"
  33. android:layout_height="wrap_content"
  34. android:weightSum="2" >
  35. <TextView
  36. android:layout_width="0dip"
  37. android:layout_height="fill_parent"
  38. android:layout_weight="1"
  39. android:gravity="center"
  40. android:text="@string/queryText" />
  41. <Button
  42. android:id="@+id/query"
  43. android:layout_width="0dip"
  44. android:layout_height="wrap_content"
  45. android:layout_weight="1"
  46. android:text="@string/query" />
  47. </LinearLayout>
  48. <TextView
  49. android:layout_width="fill_parent"
  50. android:layout_height="wrap_content"
  51. android:text="@string/queryintro" />
  52. <LinearLayout
  53. android:layout_width="fill_parent"
  54. android:layout_height="wrap_content"
  55. android:baselineAligned="false"
  56. android:weightSum="2" >
  57. <TextView
  58. android:layout_width="0dip"
  59. android:layout_height="fill_parent"
  60. android:layout_weight="1"
  61. android:gravity="center"
  62. android:text="@string/billingNextText" />
  63. <Button
  64. android:id="@+id/billingNext"
  65. android:layout_width="0dip"
  66. android:layout_height="wrap_content"
  67. android:layout_gravity="center"
  68. android:layout_weight="1"
  69. android:gravity="center"
  70. android:text="@string/billingNext" />
  71. </LinearLayout>
  72. <TextView
  73. android:layout_width="fill_parent"
  74. android:layout_height="wrap_content"
  75. android:text="@string/billingNextintro" />
  76. <LinearLayout
  77. android:layout_width="fill_parent"
  78. android:layout_height="wrap_content"
  79. android:weightSum="2" >
  80. <TextView
  81. android:layout_width="0dip"
  82. android:layout_height="fill_parent"
  83. android:layout_weight="1"
  84. android:gravity="center"
  85. android:text="@string/unsubText" />
  86. <Button
  87. android:id="@+id/unsub"
  88. android:layout_width="0dip"
  89. android:layout_height="wrap_content"
  90. android:layout_weight="1"
  91. android:text="@string/unsub" />
  92. </LinearLayout>
  93. <TextView
  94. android:layout_width="fill_parent"
  95. android:layout_height="wrap_content"
  96. android:text="@string/unsubintro" />
  97. <Button
  98. android:id="@+id/clean"
  99. android:layout_width="fill_parent"
  100. android:layout_height="wrap_content"
  101. android:text="@string/clean" />
  102. </LinearLayout>