You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though the Sign-In Activity of the app uses TextInputLayout, the EditText does not seems to be materialized when compared to other Google android apps. Also it is using the default AppCompatEditText which can be changed to material.TextInputEditText.
Description:
Even though the Sign-In Activity of the app uses
TextInputLayout
, the EditText does not seems to be materialized when compared to other Google android apps. Also it is using the defaultAppCompatEditText
which can be changed tomaterial.TextInputEditText
.Maybe fixed by: #932 .
The text was updated successfully, but these errors were encountered: