px-amaac/KZFR

Visual changes for program list

Closed this issue · 1 comments

trvbr commented

On the program / schedule list, some minor suggestions:

  • Might look better if the top of the image is vertically aligned with the top of the title text.
  • The title should be darker (#222222). Since all of the text is currently grey, the programs seem a bit "greyed out".
  • The spacing may feel better if the margin between the image and text is increased by a few dp's (the right-side margin of image, and/or left-side margin of text).

Suggesting these now since they're like last-minute changes, now that a lot of the harder stuff is done.

I have a commit with fixes for these issues.
I changed the text color for all card text to be #222222. I also added the spacing next to the image. The spacing looked funny because the previous spacing matched the padding from the card view. I increased the padding to better match the spacing.

The alignment of the image next to the text view on the card layout for the program did not look very good. Because the images are all different sizes when I try to align them with the text some align well and others do not. Giving the overall view an eclectic feel. I did not add this in.