mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 10:45:23 +08:00
reduce padding to 3dp (5 dp seems too many)
This commit is contained in:
committed by
Fredrik Fornwall
parent
4eca639212
commit
26c95f1397
@@ -15,8 +15,8 @@
|
|||||||
android:id="@+id/terminal_view"
|
android:id="@+id/terminal_view"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_marginRight="5dp"
|
android:layout_marginRight="3dp"
|
||||||
android:layout_marginLeft="5dp"
|
android:layout_marginLeft="3dp"
|
||||||
android:focusableInTouchMode="true"
|
android:focusableInTouchMode="true"
|
||||||
android:scrollbarThumbVertical="@drawable/terminal_scroll_shape"
|
android:scrollbarThumbVertical="@drawable/terminal_scroll_shape"
|
||||||
android:scrollbars="vertical" />
|
android:scrollbars="vertical" />
|
||||||
|
Reference in New Issue
Block a user