Merge pull request #430 from duchampdev/patch-1
dialog_manual_entry.xml: do not use auto-completion for secret
This commit is contained in:
commit
e10384fec8
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:lines="3"
|
android:lines="3"
|
||||||
|
android:inputType="textVisiblePassword"
|
||||||
android:hint="@string/hint_secret" />
|
android:hint="@string/hint_secret" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
Loading…
Reference in a new issue