Closed yipidee closed 9 years ago
Was artifact due to centering the textview vertically in the scrollview, changed gravity attribute as below to rectify.
Before:
android:layout_gravity="center"
After:
android:layout_gravity="center_horizontal"
In the rendered image, the text is cut off at the top with whitespace at the bottom. Think it's a layout issue, but unconfirmed.