fixed display problem in SFTP dialog (port was not visible)

This commit is contained in:
Philipp Crocoll 2014-01-09 06:08:33 +01:00
parent 1534509a15
commit 947678dae2

View File

@ -9,11 +9,13 @@
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<EditText
android:id="@+id/sftp_host"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:singleLine="true"
android:layout_weight="1"
android:inputType="textNoSuggestions"
android:hint="@string/hint_sftp_host" />
<TextView
@ -25,6 +27,7 @@
android:id="@+id/sftp_port"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="4"
android:singleLine="true"
android:inputType="number"
android:text="22"