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