diff --git a/app/src/main/res/layout/drawer_layout.xml b/app/src/main/res/layout/drawer_layout.xml index 93af5972..d0771f1f 100644 --- a/app/src/main/res/layout/drawer_layout.xml +++ b/app/src/main/res/layout/drawer_layout.xml @@ -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" />