Merge pull request #430 from duchampdev/patch-1

dialog_manual_entry.xml: do not use auto-completion for secret
This commit is contained in:
Jakob Nixdorf 2020-01-30 06:48:49 +01:00 committed by GitHub
commit e10384fec8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,6 +92,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:lines="3"
android:inputType="textVisiblePassword"
android:hint="@string/hint_secret" />
</LinearLayout>