Password should be invisible to the accessibility services

This commit is contained in:
Mohammad Naseri
2018-08-03 12:38:48 +02:00
parent 1a2885408d
commit 1558a7c386
3 changed files with 6 additions and 3 deletions

View File

@@ -26,6 +26,7 @@
android:hint="@string/http_auth_dialog_password"
android:inputType="textPassword"
android:paddingTop="10dp"
android:paddingBottom="20dp" />
android:paddingBottom="20dp"
android:importantForAccessibility="no" />
</LinearLayout>