reduce padding to 3dp (5 dp seems too many)

This commit is contained in:
Leonid Plyushch
2018-08-21 19:32:58 +03:00
committed by Fredrik Fornwall
parent 4eca639212
commit 26c95f1397

View File

@@ -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" />