Home | History | Annotate | Download | only in layout
      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
     17 android:id="@+id/widget133"
     18 android:layout_width="fill_parent"
     19 android:layout_height="fill_parent"
     20 xmlns:android="http://schemas.android.com/apk/res/android"
     21 >
     22 <EditText
     23 android:id="@+id/app_id"
     24 android:layout_width="wrap_content"
     25 android:layout_height="wrap_content"
     26 android:text="10"
     27 android:textSize="18sp"
     28 android:layout_x="0px"
     29 android:layout_y="26px"
     30 >
     31 </EditText>
     32 <EditText
     33 android:id="@+id/cont"
     34 android:layout_width="wrap_content"
     35 android:layout_height="wrap_content"
     36 android:text="20"
     37 android:textSize="18sp"
     38 android:layout_x="47px"
     39 android:layout_y="26px"
     40 >
     41 </EditText>
     42 <EditText
     43 android:id="@+id/pkg"
     44 android:layout_width="125px"
     45 android:layout_height="wrap_content"
     46 android:text="pkg"
     47 android:textSize="18sp"
     48 android:layout_x="0px"
     49 android:layout_y="81px"
     50 >
     51 </EditText>
     52 <EditText
     53 android:id="@+id/cls"
     54 android:layout_width="173px"
     55 android:layout_height="wrap_content"
     56 android:text="cls"
     57 android:textSize="18sp"
     58 android:layout_x="147px"
     59 android:layout_y="81px"
     60 >
     61 </EditText>
     62 <Button
     63 android:id="@+id/addpkg"
     64 android:layout_width="182px"
     65 android:layout_height="wrap_content"
     66 android:text="add/update package"
     67 android:layout_x="15px"
     68 android:layout_y="225px"
     69 >
     70 </Button>
     71 <TextView
     72 android:id="@+id/widget52"
     73 android:layout_width="wrap_content"
     74 android:layout_height="wrap_content"
     75 android:text="input app_id, cont_type, pkg, cls"
     76 android:textSize="18sp"
     77 android:layout_x="0px"
     78 android:layout_y="0px"
     79 >
     80 </TextView>
     81 <Button
     82 android:id="@+id/procmsg"
     83 android:layout_width="109px"
     84 android:layout_height="wrap_content"
     85 android:text="process msg"
     86 android:layout_x="197px"
     87 android:layout_y="361px"
     88 >
     89 </Button>
     90 <RadioGroup
     91 android:id="@+id/widget137"
     92 android:layout_width="83px"
     93 android:layout_height="80px"
     94 android:orientation="vertical"
     95 android:layout_x="19px"
     96 android:layout_y="137px"
     97 >
     98 <RadioButton
     99 android:id="@+id/act"
    100 android:layout_width="182px"
    101 android:layout_height="wrap_content"
    102 android:text="act"
    103 android:checked="true"
    104 >
    105 </RadioButton>
    106 <RadioButton
    107 android:id="@+id/svc"
    108 android:layout_width="wrap_content"
    109 android:layout_height="wrap_content"
    110 android:text="svc"
    111 >
    112 </RadioButton>
    113 </RadioGroup>
    114 <Button
    115 android:id="@+id/delpkg"
    116 android:layout_width="174px"
    117 android:layout_height="wrap_content"
    118 android:text="delete pkg"
    119 android:layout_x="14px"
    120 android:layout_y="283px"
    121 >
    122 </Button>
    123 <EditText
    124 android:id="@+id/pdu"
    125 android:layout_width="186px"
    126 android:layout_height="83px"
    127 android:text="0006080302030aaf02905c030d6a0085070373616d706c6540646f636f6d6f2e6e652e6a700005c3072009102012345601"
    128 android:textSize="18sp"
    129 android:layout_x="10px"
    130 android:layout_y="341px"
    131 >
    132 </EditText>
    133 <CheckBox
    134 android:id="@+id/ftr"
    135 android:layout_width="wrap_content"
    136 android:layout_height="wrap_content"
    137 android:text="ftr_proc"
    138 android:layout_x="143px"
    139 android:layout_y="181px"
    140 >
    141 </CheckBox>
    142 <CheckBox
    143 android:id="@+id/sig"
    144 android:layout_width="wrap_content"
    145 android:layout_height="wrap_content"
    146 android:text="nd_sig"
    147 android:checked="true"
    148 android:layout_x="142px"
    149 android:layout_y="140px"
    150 >
    151 </CheckBox>
    152 </AbsoluteLayout>
    153