yipidee / silab

0 stars 1 forks source link

Text offset in image. #2

Closed yipidee closed 9 years ago

yipidee commented 9 years ago

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.

yipidee commented 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"