File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 4545 android : layout_width =" match_parent"
4646 android : layout_height =" match_parent"
4747 android : background =" @null"
48- android : hint =" @string/username"
48+ android : enabled =" false"
49+ android : hint =" @string/bottom_button_login"
4950 android : singleLine =" true"
5051 android : text =" @={userLoginModel.username}" />
5152 </com .google.android.material.textfield.TextInputLayout>
6566 android : layout_width =" match_parent"
6667 android : layout_height =" match_parent"
6768 android : background =" @null"
68- android : hint =" @string/password"
69+ android : enabled =" false"
70+ android : hint =" @string/bottom_button_login"
6971 android : inputType =" textPassword"
7072 android : singleLine =" true"
7173 android : text =" @={userLoginModel.password}" />
7981 android : layout_marginTop =" @dimen/dp_35"
8082 android : layout_marginEnd =" 20dp"
8183 android : background =" @drawable/selector_login_bg"
84+ android : enabled =" false"
8285 android : text =" @string/sign_in"
8386 android : textAllCaps =" false"
8487 android : textColor =" @drawable/selector_login_text_color"
Original file line number Diff line number Diff line change 7878 <string name =" context_not_null_tip" >please init context field in LoaderOptions</string >
7979 <string name =" url_not_null_tips" >please init url field in LoaderOptions</string >
8080
81+ <string name =" bottom_button_login" >Please use the bottom button to login</string >
82+
8183 <string name =" ic_font_email" > </string >
8284 <string name =" ic_font_link" > </string >
8385 <string name =" ic_font_browser" > </string >
You can’t perform that action at this time.
0 commit comments