oryanm / TrelloWidget

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

Ensure badges align better with text for smaller font sizes #4

Closed lack closed 8 years ago

lack commented 8 years ago

Setting all badge images and text to be vertically centered ensures no matter which is larger (text or image), everything lines up pretty okay.

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

oryanm commented 8 years ago

hi I'm back :)

I think we can save some space by putting this change in the WidgetItemBadge style. that way it's only one line and will still apply to all of the relevant views.

lack commented 8 years ago

An excellent idea! I'm out of the country at the moment, but can redo this as you suggest in a couple days.

oryanm commented 8 years ago

:+1:

lack commented 8 years ago

Okay! Done, and it looks good!