File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 92
92
android : layout_width =" match_parent"
93
93
android : layout_height =" wrap_content"
94
94
android : minHeight =" 60dp"
95
- android : inputType =" textPassword" />
95
+ android : inputType =" textPassword"
96
+ android : importantForAccessibility =" no" />
96
97
</android .support.design.widget.TextInputLayout>
97
98
<android .support.v7.widget.AppCompatButton
98
99
android : layout_width =" match_parent"
112
113
android : layout_height =" wrap_content"
113
114
android : minHeight =" 60dp"
114
115
android : id =" @+id/additional"
115
- android : inputType =" textPassword" />
116
+ android : inputType =" textPassword"
117
+ android : importantForAccessibility =" no" />
116
118
</android .support.design.widget.TextInputLayout>
117
119
118
120
<android .support.design.widget.TextInputLayout
You can’t perform that action at this time.
0 commit comments