I have problem with organizing layout in android aplication. I\'m dynamically creating buttons and adding them with this code to my layout:
LayoutInflate
This also worked by embedding the TextView into a LinearLayout (vertical)
text_view.xml
This was embedded into another view where the root view is also a LinerLayout. A convoluted workaround...