mirror of
https://github.com/MaintainTeam/Hypatia.git
synced 2025-03-01 05:48:23 +03:00
Add padding to txtLogOutput
Fixes https://gitlab.com/divested-mobile/hypatia/-/issues/8 Clipped text on curved screens
This commit is contained in:
parent
cab4efb67d
commit
d2ff63295d
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue