- Added Bind Address configuration variable.

This commit is contained in:
Juha Heinanen
2019-10-14 11:00:54 +03:00
parent 8963ef284c
commit 5020893450
5 changed files with 63 additions and 1 deletions
@@ -64,6 +64,26 @@
android:importantForAutofill="no" >
</EditText>
<TextView
android:id="@+id/BindAddressTitle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:onClick="onClick"
android:text="@string/bind_address"
android:textColor="@android:color/black"
android:textSize="18sp" >
</TextView>
<EditText
android:id="@+id/BindAddress"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="12dp"
android:textSize="18sp"
android:inputType="textUri"
android:importantForAutofill="no" >
</EditText>
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"