I needed a TextView to take the rest of the screen realstate. This TextView would behave as a logging component. I tried using android:singleLine=”false” but that didn’t cut it. What I did: Add a ScrollView (with android:fillViewport=”true” and android:layout_weight=”1″), then add a LinearLayout (yup…), and then add the TextView to fill all of that up […]