mirror of
https://codeberg.org/anoncontributorxmr/mysu.git
synced 2025-01-03 10:38:06 +00:00
Fix issue with username/password character limitations for nodes
This commit is contained in:
parent
2c5d07e016
commit
74ae51938b
2 changed files with 0 additions and 4 deletions
|
@ -90,7 +90,6 @@
|
||||||
android:background="@drawable/edittext_bg"
|
android:background="@drawable/edittext_bg"
|
||||||
android:hint="@string/node_username_hint"
|
android:hint="@string/node_username_hint"
|
||||||
android:inputType="text"
|
android:inputType="text"
|
||||||
android:digits="-QWERTYUIOPASDFGHJKLZXCVBNMqwertyuiopasdfghjklzxcvbnm1234567890.:"
|
|
||||||
app:layout_constraintBottom_toTopOf="@id/password_edittext"
|
app:layout_constraintBottom_toTopOf="@id/password_edittext"
|
||||||
app:layout_constraintEnd_toStartOf="@id/paste_username_imagebutton"
|
app:layout_constraintEnd_toStartOf="@id/paste_username_imagebutton"
|
||||||
app:layout_constraintStart_toStartOf="parent" />
|
app:layout_constraintStart_toStartOf="parent" />
|
||||||
|
@ -120,7 +119,6 @@
|
||||||
android:hint="@string/node_password_hint"
|
android:hint="@string/node_password_hint"
|
||||||
android:inputType="textPassword"
|
android:inputType="textPassword"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
android:digits="-QWERTYUIOPASDFGHJKLZXCVBNMqwertyuiopasdfghjklzxcvbnm1234567890.:"
|
|
||||||
app:layout_constraintBottom_toTopOf="@id/add_node_button"
|
app:layout_constraintBottom_toTopOf="@id/add_node_button"
|
||||||
app:layout_constraintEnd_toStartOf="@id/paste_password_imagebutton"
|
app:layout_constraintEnd_toStartOf="@id/paste_password_imagebutton"
|
||||||
app:layout_constraintStart_toStartOf="parent" />
|
app:layout_constraintStart_toStartOf="parent" />
|
||||||
|
|
|
@ -79,7 +79,6 @@
|
||||||
android:background="@drawable/edittext_bg"
|
android:background="@drawable/edittext_bg"
|
||||||
android:hint="@string/node_username_hint"
|
android:hint="@string/node_username_hint"
|
||||||
android:inputType="text"
|
android:inputType="text"
|
||||||
android:digits="-QWERTYUIOPASDFGHJKLZXCVBNMqwertyuiopasdfghjklzxcvbnm1234567890.:"
|
|
||||||
app:layout_constraintTop_toBottomOf="@id/address_edittext"
|
app:layout_constraintTop_toBottomOf="@id/address_edittext"
|
||||||
app:layout_constraintEnd_toStartOf="@id/paste_username_imagebutton"
|
app:layout_constraintEnd_toStartOf="@id/paste_username_imagebutton"
|
||||||
app:layout_constraintStart_toStartOf="parent" />
|
app:layout_constraintStart_toStartOf="parent" />
|
||||||
|
@ -110,7 +109,6 @@
|
||||||
android:hint="@string/node_password_hint"
|
android:hint="@string/node_password_hint"
|
||||||
android:inputType="textPassword"
|
android:inputType="textPassword"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
android:digits="-QWERTYUIOPASDFGHJKLZXCVBNMqwertyuiopasdfghjklzxcvbnm1234567890.:"
|
|
||||||
app:layout_constraintTop_toBottomOf="@id/username_edittext"
|
app:layout_constraintTop_toBottomOf="@id/username_edittext"
|
||||||
app:layout_constraintBottom_toTopOf="@id/delete_node_button"
|
app:layout_constraintBottom_toTopOf="@id/delete_node_button"
|
||||||
app:layout_constraintEnd_toStartOf="@id/paste_password_imagebutton"
|
app:layout_constraintEnd_toStartOf="@id/paste_password_imagebutton"
|
||||||
|
|
Loading…
Reference in a new issue