Make token field visible (not masked)
This commit is contained in:
parent
9811d73d3f
commit
99e86390c4
|
|
@ -66,7 +66,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Gateway Token"
|
||||
android:inputType="textPassword"
|
||||
android:inputType="textVisiblePassword"
|
||||
android:padding="12dp"
|
||||
android:background="@drawable/input_background"
|
||||
android:layout_marginBottom="12dp" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue