LinearLayout ll = getContentChildAt(2); return (Button) ll.getChildAt(0);
return getContentChildAt(1);
return getContentChildAt(0);
params.addButton("top button", 0.2f) .addTextView("middle filler", 1.51f) .addVerticalLLOfButtons("bottom", 1, 0.2f);