Revised the gestures of the server adapter

This commit is contained in:
CappielloAntonio 2021-08-09 17:55:30 +02:00
parent 642c41f0c0
commit d88094b0cf
11 changed files with 195 additions and 21 deletions

View file

@ -100,6 +100,15 @@
android:inputType="textNoSuggestions"
android:text="http://192.168.1.81:4533"
android:textCursorDrawable="@null"/>
</com.google.android.material.textfield.TextInputLayout>
<CheckBox
android:id="@+id/direct_access_checkbox"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="24dp"
android:layout_marginTop="12dp"
android:layout_marginEnd="24dp"
android:text="Direct access"
android:onClick="onCheckboxClicked"/>
</LinearLayout>