Remove scrolling in the destination/host fields

Fixes #162
This commit is contained in:
emanuele-f 2021-12-14 12:10:34 +01:00
parent a924ee5073
commit 22ecb7eddb

View File

@ -70,7 +70,7 @@
android:text="@string/sni" />
<LinearLayout
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:layout_weight="0.75"
android:orientation="horizontal">
<ImageView
@ -121,7 +121,7 @@
android:text="@string/destination" />
<LinearLayout
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:layout_weight="0.75"
android:orientation="horizontal">
<ImageView