Add hint for proxy

okjack
FongMi 2 years ago
parent 72340636b0
commit cae14b97ad
  1. 2
      app/src/leanback/res/layout/dialog_proxy.xml
  2. 1
      app/src/mobile/res/layout/dialog_proxy.xml

@ -34,7 +34,7 @@
android:layout_above="@+id/bottom"
android:layout_alignStart="@+id/info"
android:layout_marginBottom="10dp"
android:hint="@string/setting_proxy"
android:hint="socks5://127.0.0.1:9978"
android:imeOptions="actionDone"
android:importantForAutofill="no"
android:inputType="text"

@ -16,6 +16,7 @@
android:id="@+id/text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="socks5://127.0.0.1:9978"
android:imeOptions="actionDone"
android:importantForAutofill="no"
android:inputType="text"

Loading…
Cancel
Save