Dialog, LinearLayout, ScrollView size issues
- by Sean
I'm building a dialog class which inherits from Dialog, and all internal UI is programmatic. It's structured in the following way:
Dialog
+LinearLayout
++TextView
++ScrollView
+++LinearLayout
++++ListView
Unfortunately, when I show() the Dialog, it's too short. I'd like it to maximize and cover as much of the screen as possible, but only when…