ChatAir / ChatAir-android

🔥 A highly advance featured chat app in android using Firestore
Apache License 2.0
178 stars 33 forks source link

Add new login screen #16

Closed alistairholmes closed 4 years ago

alistairholmes commented 4 years ago

5

Type of Changes?

Just put an x in the [ ] which are valid.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

Checklist:

AminullahTajMuhammad commented 4 years ago

@alistairholmes Thanks for your contribution. Can you please add a screenshot of UI.

alistairholmes commented 4 years ago

Login Screen

AminullahTajMuhammad commented 4 years ago

@alistairholmes

Here are few things you have to change

Make sure that this ui should be responsive. You have to check it on multiple screen with different sizes.

alistairholmes commented 4 years ago

Okay, just to make sure I understand. You want it to be tv_rememberme and passwordfield?

AminullahTajMuhammad commented 4 years ago

you have to remove this space

IMG_20191010_023638

alistairholmes commented 4 years ago

Tried my best to reduce the space as much as possible. Will send screenshot.

alistairholmes commented 4 years ago

Adjusted buttons and spaces

alistairholmes commented 4 years ago

@AminullahTajMuhammad @iadeelzafar Let me know your thoughts. Also wanted to find out if I could be added to the organisation so that could help out in the future :wink:

alistairholmes commented 4 years ago

Screenshot_1570788203

alistairholmes commented 4 years ago

@iadeelzafar The G logo is set to drawableLeft for the button, as a result it is in line with the text. If I center the logo, then the text goes back to the bottom. In the previous screen the logo was centered.

AminullahTajMuhammad commented 4 years ago

@alistairholmes Don't Use width hardcoded, Set the contraints of it. You set the Width 320dp but if we run this app on Tablet then it would be smaller. That's why I told you that this UI could not be responsive.

alistairholmes commented 4 years ago

@AminullahTajMuhammad okay, I understand. Please provide a suggestion so that I can achieve that. It's either I make the views match_parent or wrap_content but that destroys the whole layout.

YassinAJDI commented 4 years ago

@alistairholmes you can make it match parent or match constraint in case of constraint layout. and give it margins on both sides

alistairholmes commented 4 years ago

Screenshot_1571554741