protected override void OnCreate(Bundle savedInstanceState)
{
base.OnCreate(savedInstanceState);
SetContentView(Resource.Layout.ListadoDeEstilos);
SetContentView(Resource.Layout.DialogInput);
Inicializar();
lstEstilos = FindViewById<ListView>(Resource.Id.lstEstilos);
LoadEstilo();
lstEstilos.ItemLongClick += LstEstilos_ItemLongClick;
}
Try to put the two SetContentView, but I get an error when I try to use some control of the second Layout