add some padding for TerminalView

Should fix https://github.com/termux/termux-app/issues/516
This commit is contained in:
Leonid Plyushch
2018-07-31 16:53:23 +03:00
committed by Fredrik Fornwall
parent beb8a004e6
commit 4eca639212

View File

@@ -15,6 +15,8 @@
android:id="@+id/terminal_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginRight="5dp"
android:layout_marginLeft="5dp"
android:focusableInTouchMode="true"
android:scrollbarThumbVertical="@drawable/terminal_scroll_shape"
android:scrollbars="vertical" />