Remove whitespace as default text in server settings

This commit is contained in:
Óscar García Amor 2022-10-19 11:51:55 +02:00
parent a6ad9c525c
commit a5e54bcdec
No known key found for this signature in database
GPG Key ID: E18B2370D3D566EE

View File

@ -27,7 +27,6 @@
a:layout_height="wrap_content"
a:layout_marginBottom="8dp"
a:inputType="text"
a:text=" "
a:maxLines="1" />
</com.google.android.material.textfield.TextInputLayout>
@ -79,7 +78,6 @@
a:layout_marginTop="8dp"
a:layout_marginBottom="0dp"
a:inputType="text"
a:text=" "
a:maxLines="1" />
</com.google.android.material.textfield.TextInputLayout>
@ -100,7 +98,6 @@
a:layout_width="match_parent"
a:layout_height="wrap_content"
a:inputType="textPassword"
a:text=" "
/>
</com.google.android.material.textfield.TextInputLayout>