Problemas al agregar componentes a Android
1. El xml definido debe tener un GroupView como LineLayout;
2. En onCreatel, setContentView(R.layout.xml); ll= (LineLayout)findViewById(r.id.**); buscar GroupView
4.ll.addView(new MyView()). Agregar vista personalizada a GroupView