Dim txtDireccion As EditText
txtDireccion.Initialize("txtDireccion")
Activity.AddView(txtDireccion, 5%x, 25%y, 90%x, 9.8%y)
txtDireccion.TextSize = 14
txtDireccion.TextColor = Colors.RGB (0,0,0) 'color de texto
txtDireccion.Color = Colors.RGB (255,255,255) 'color de fondo
Dim views As ViewSetting
txtRutSol.Initialize("txtRutSol")
container.AddView(txtRutSol, 5%x, 05%y, 90%x, 9.8%y)
txtRutSol.TextSize = 14
txtRutSol.TextColor = Colors.RGB (0,0,0) 'color de texto
txtRutSol.Color = Colors.RGB (255,2 55,255) 'color de fondo
txtRutSol.Hint = "Ingrese su rut"
txtRutSol.SingleLine = True
views.setCursorDrawableColor(txtRutSol,Colors.Black)