Heh :) Yep, of course w = width and h = height. That's what I had initially thought of them. But in 3 seconds I have re-thought to check with the documentation ... which did not specifically point out that w = width and h = height. In turn, documentation (http://code.google.com/android/ reference/android/widget/LinearLayout.LayoutParams.html) goes into details with other 2 layout parameters: android:layout_gravity and android:layout_weight ... dong! ...
And about the xml for the entire Dialog: It also works, but again I dont know why the eff it has not done so when I have first tried that approach. Thanks a lot ! And as for my last inquiry :) - (I have also tried switching in listAdapter = new ArrayAdapter<String> (....); from android.R.layout.simple_expandable_list_item_1 to android.R.layout.simple_list_item_1) - the Lisview (containing 2 items) properly displays those 2 strings on the first and second line, and afterwards comes a some other ~100 TextViews all displaying the string "null". Wanna take another guess ? Your good at this :D Cheers --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

