enviroCar / enviroCar-app

enviroCar Android Application
https://envirocar.org
GNU General Public License v3.0
88 stars 154 forks source link

Improve Materialization in Sign-In Activity #931

Closed Akash-Ramjyothi closed 1 year ago

Akash-Ramjyothi commented 1 year ago

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 default AppCompatEditText which can be changed to material.TextInputEditText.

Maybe fixed by: #932 .

asaikarthikeya commented 1 year ago

Duplicate #796