Utilzie url keyboard when entering text into the proxy input.

This commit is contained in:
Alex Hart
2025-12-04 14:24:27 -04:00
parent 3185bb6031
commit 1ad19a7d45

View File

@@ -67,6 +67,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:hint="@string/preferences_enter_proxy_address" android:hint="@string/preferences_enter_proxy_address"
android:inputType="textUri"
android:layout_marginHorizontal="16dp" android:layout_marginHorizontal="16dp"
app:layout_constraintTop_toBottomOf="@id/edit_proxy_address_title" app:layout_constraintTop_toBottomOf="@id/edit_proxy_address_title"
tools:hint="https://proxy.parker.org"/> tools:hint="https://proxy.parker.org"/>