Add padding to txtLogOutput

Fixes https://gitlab.com/divested-mobile/hypatia/-/issues/8
Clipped text on curved screens
This commit is contained in:
Tad 2021-03-10 10:12:39 -05:00
parent cab4efb67d
commit d2ff63295d

View file

@ -8,6 +8,8 @@
android:id="@+id/txtLogOutput"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingLeft="15dp"
android:paddingRight="15dp"
android:text=""
android:scrollbars="vertical"
android:maxLines="500"