mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 02:35:19 +08:00
add some padding for TerminalView
Should fix https://github.com/termux/termux-app/issues/516
This commit is contained in:
committed by
Fredrik Fornwall
parent
beb8a004e6
commit
4eca639212
@@ -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" />
|
||||
|
Reference in New Issue
Block a user