I need show some text description after a TableLayout but it is not shown.
Layout xml file like this (the complete code is here: http://code.google.com/p/zz-doctor/source/browse/trunk/ZZ/res/layout/rx_recipe_detail.xml): <LinearLayout> ... <TableLayout> ... </TableLayout> <TextView android:id="@+id/rxFormulaDesc" /> </LinearLayout> It works fine when the rxFormulaDesc View is before the TableLayout. But requirements want the TableLayout shown first. It just does not shown up when the rxFormulaDesc View is put after the TableLayout. No error message in either screen or log. Same Java code. The TableLayout itself shows up fine - no matter hard-coded content or dynamic content, and any view before it also shows fine. I tried other type of View after the TableLayout, same result. Thanks for your attention! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

