<EditText
android:id="@+id/edittext"
android:layout_width="260dip" android:layout_height="50dip"
android:textCursorDrawable="@null"
android:background="#00000000"
android:tag="et">
</EditText>
pnlPage1.Initialize("pnlPage1")
Activity.AddView(pnlPage1,10dip,10dip,100%x,PanelHeight)
pnlPage1.LoadLayout("main")
Private x As XmlLayoutBuilder
x.LoadXmlLayout(pnlPage1,"layout1")
et.Initialize("et")
et=xml.GetView("edittext")
et.RemoveView
pnlPage1.AddView(et,5dip,0,100%x,10%y)