oryanm / TrelloWidget

Android widget for Trello's lists
MIT License
60 stars 24 forks source link

Shrink the size of the login/logout area of the main activity #20

Closed lack closed 4 years ago

lack commented 7 years ago

This seemed overly large to me - This new layout still has the login area obvious, but not overpowering.

Signed-off-by: Jim Ramsay i.am@jimramsay.com

oryanm commented 7 years ago

The login area is intentionally set to be in a fixed 1/1.6 ratio with the settings area. I don't really see a reason to change that.

lack commented 7 years ago

I don't mind the large size when the user isn't logged in yet. But when the login is successful, it seems a waste of screen real estate, when all that I care about after I log in is that (1) I'm still logged in and (2) access to the settings below.

lack commented 5 years ago

I've reworked this a bit again. It leaves the "Login" area about the same size, but shrinks down that area after you've logged in.

Here's before you login, with this change:

image

Here's after you login, with this change:

image

Compare this to the way it used to be before this change - When you're logged in there's a lot of screen real estate dedicated to empty space where we could be showing more preferences:

image