mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
reduce padding to 3dp (5 dp seems too many)
This commit is contained in:
parent
4eca639212
commit
26c95f1397
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +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:layout_marginRight="3dp"
|
||||
android:layout_marginLeft="3dp"
|
||||
android:focusableInTouchMode="true"
|
||||
android:scrollbarThumbVertical="@drawable/terminal_scroll_shape"
|
||||
android:scrollbars="vertical" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue