/packages/WAPPushManager/tests/res/layout/main.xml

https://github.com/aizuzi/platform_frameworks_base · XML · 152 lines · 138 code · 0 blank · 14 comment · 0 complexity · c6425eec665427470997282586eea7c4 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Copyright (C) 2010 The Android Open Source Project
  3. Licensed under the Apache License, Version 2.0 (the "License");
  4. you may not use this file except in compliance with the License.
  5. You may obtain a copy of the License at
  6. http://www.apache.org/licenses/LICENSE-2.0
  7. Unless required by applicable law or agreed to in writing, software
  8. distributed under the License is distributed on an "AS IS" BASIS,
  9. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  10. See the License for the specific language governing permissions and
  11. limitations under the License.
  12. -->
  13. <AbsoluteLayout
  14. android:id="@+id/widget133"
  15. android:layout_width="fill_parent"
  16. android:layout_height="fill_parent"
  17. xmlns:android="http://schemas.android.com/apk/res/android"
  18. >
  19. <EditText
  20. android:id="@+id/app_id"
  21. android:layout_width="wrap_content"
  22. android:layout_height="wrap_content"
  23. android:text="10"
  24. android:textSize="18sp"
  25. android:layout_x="0px"
  26. android:layout_y="26px"
  27. >
  28. </EditText>
  29. <EditText
  30. android:id="@+id/cont"
  31. android:layout_width="wrap_content"
  32. android:layout_height="wrap_content"
  33. android:text="20"
  34. android:textSize="18sp"
  35. android:layout_x="47px"
  36. android:layout_y="26px"
  37. >
  38. </EditText>
  39. <EditText
  40. android:id="@+id/pkg"
  41. android:layout_width="125px"
  42. android:layout_height="wrap_content"
  43. android:text="pkg"
  44. android:textSize="18sp"
  45. android:layout_x="0px"
  46. android:layout_y="81px"
  47. >
  48. </EditText>
  49. <EditText
  50. android:id="@+id/cls"
  51. android:layout_width="173px"
  52. android:layout_height="wrap_content"
  53. android:text="cls"
  54. android:textSize="18sp"
  55. android:layout_x="147px"
  56. android:layout_y="81px"
  57. >
  58. </EditText>
  59. <Button
  60. android:id="@+id/addpkg"
  61. android:layout_width="182px"
  62. android:layout_height="wrap_content"
  63. android:text="add/update package"
  64. android:layout_x="15px"
  65. android:layout_y="225px"
  66. >
  67. </Button>
  68. <TextView
  69. android:id="@+id/widget52"
  70. android:layout_width="wrap_content"
  71. android:layout_height="wrap_content"
  72. android:text="input app_id, cont_type, pkg, cls"
  73. android:textSize="18sp"
  74. android:layout_x="0px"
  75. android:layout_y="0px"
  76. >
  77. </TextView>
  78. <Button
  79. android:id="@+id/procmsg"
  80. android:layout_width="109px"
  81. android:layout_height="wrap_content"
  82. android:text="process msg"
  83. android:layout_x="197px"
  84. android:layout_y="361px"
  85. >
  86. </Button>
  87. <RadioGroup
  88. android:id="@+id/widget137"
  89. android:layout_width="83px"
  90. android:layout_height="80px"
  91. android:orientation="vertical"
  92. android:layout_x="19px"
  93. android:layout_y="137px"
  94. >
  95. <RadioButton
  96. android:id="@+id/act"
  97. android:layout_width="182px"
  98. android:layout_height="wrap_content"
  99. android:text="act"
  100. android:checked="true"
  101. >
  102. </RadioButton>
  103. <RadioButton
  104. android:id="@+id/svc"
  105. android:layout_width="wrap_content"
  106. android:layout_height="wrap_content"
  107. android:text="svc"
  108. >
  109. </RadioButton>
  110. </RadioGroup>
  111. <Button
  112. android:id="@+id/delpkg"
  113. android:layout_width="174px"
  114. android:layout_height="wrap_content"
  115. android:text="delete pkg"
  116. android:layout_x="14px"
  117. android:layout_y="283px"
  118. >
  119. </Button>
  120. <EditText
  121. android:id="@+id/pdu"
  122. android:layout_width="186px"
  123. android:layout_height="83px"
  124. android:text="0006080302030aaf02905c030d6a0085070373616d706c6540646f636f6d6f2e6e652e6a700005c3072009102012345601"
  125. android:textSize="18sp"
  126. android:layout_x="10px"
  127. android:layout_y="341px"
  128. >
  129. </EditText>
  130. <CheckBox
  131. android:id="@+id/ftr"
  132. android:layout_width="wrap_content"
  133. android:layout_height="wrap_content"
  134. android:text="ftr_proc"
  135. android:layout_x="143px"
  136. android:layout_y="181px"
  137. >
  138. </CheckBox>
  139. <CheckBox
  140. android:id="@+id/sig"
  141. android:layout_width="wrap_content"
  142. android:layout_height="wrap_content"
  143. android:text="nd_sig"
  144. android:checked="true"
  145. android:layout_x="142px"
  146. android:layout_y="140px"
  147. >
  148. </CheckBox>
  149. </AbsoluteLayout>