oryanm / TrelloWidget

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

Unique title background color #17

Closed lack closed 7 years ago

lack commented 7 years ago

This commit series splits the title of the widget from the card list area with a small transparent separator, and (optionally) allows setting the title background and foreground from the list background and foreground.

By default, I've made the title slightly less opaque than the list. I think it looks good like that. But users can now customize the look more if they like.

The color selectors for the title background and title foreground now have a new button that will copy in the color of the list background and list foreground, so it's easier to set the list background/foreground, copy them to the title, then tweak the title's opacity or saturation a bit.

oryanm commented 7 years ago

@lack can you push this to another remote branch? I want to try it myself before merging.

lack commented 7 years ago

Gladly!

lack commented 7 years ago

Should be there for you as origin/lack/unique_title_background_color

Btw, I was a bit unhappy at first about the move to kotlin as I have a few more branches in the works that I had to basically redo. But the more I code in it the more I like it; A big improvement over java. Thanks for forcing me to learn a very nice language :)

oryanm commented 7 years ago

I see it, thanks.

I'm glad you enjoy kotlin. It's pretty cool :)