We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 740082e + 8d98ef9 commit 6b66bcfCopy full SHA for 6b66bcf
app/src/main/res/layout/content_add_account.xml
@@ -92,7 +92,8 @@
92
android:layout_width="match_parent"
93
android:layout_height="wrap_content"
94
android:minHeight="60dp"
95
- android:inputType="textPassword" />
+ android:inputType="textPassword"
96
+ android:importantForAccessibility="no" />
97
</android.support.design.widget.TextInputLayout>
98
<android.support.v7.widget.AppCompatButton
99
@@ -112,7 +113,8 @@
112
113
114
115
android:id="@+id/additional"
116
117
118
119
120
<android.support.design.widget.TextInputLayout
0 commit comments