Commit 22cd56bb authored by Leonardo Aramaki's avatar Leonardo Aramaki

Set uri keyboard

parent b7a175d8
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
android:layout_marginTop="@dimen/margin_8" android:layout_marginTop="@dimen/margin_8"
android:hint="@string/fragment_input_hostname_server_hint" android:hint="@string/fragment_input_hostname_server_hint"
android:imeOptions="actionSend" android:imeOptions="actionSend"
android:inputType="textWebEditText" android:inputType="textUri"
android:maxLines="1" android:maxLines="1"
app:layout_constraintTop_toBottomOf="@+id/hostnameTextView" app:layout_constraintTop_toBottomOf="@+id/hostnameTextView"
app:layout_constraintBottom_toTopOf="@+id/btn_connect" app:layout_constraintBottom_toTopOf="@+id/btn_connect"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment