11<?xml version =" 1.0" encoding =" utf-8" ?>
22<LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3+ xmlns : app =" http://schemas.android.com/apk/res-auto"
34 android : layout_width =" match_parent"
45 android : layout_height =" match_parent"
56 android : orientation =" vertical" >
1415 android : layout_marginTop =" 10dp"
1516 android : text =" @string/RarPassword" />
1617
17- <EditText
18- android : id =" @+id/rarPassword"
18+ <com .google.android.material.textfield.TextInputLayout
1919 android : layout_width =" match_parent"
20- android : layout_height =" 50dp"
21- android : paddingLeft =" 10dp"
20+ android : layout_height =" wrap_content"
2221 android : layout_marginLeft =" 20dp"
2322 android : layout_marginRight =" 20dp"
24- android : inputType =" textPassword" >
25- </EditText >
23+ app : endIconMode =" password_toggle" >
24+
25+ <com .google.android.material.textfield.TextInputEditText
26+ android : id =" @+id/rarPassword"
27+ android : layout_width =" match_parent"
28+ android : layout_height =" 50dp"
29+ android : paddingLeft =" 10dp"
30+ android : inputType =" textPassword|textNoSuggestions" />
31+ </com .google.android.material.textfield.TextInputLayout>
2632
2733 <LinearLayout android : id =" @+id/llSaveRarButton"
2834 android : layout_width =" match_parent"
6167 android : text =" @string/SaveRarPassword" />
6268 </LinearLayout >
6369
64- </LinearLayout >
70+ </LinearLayout >
0 commit comments