google / blockly-android

Blockly for Android
Apache License 2.0
672 stars 209 forks source link

Make Category Tab's Color Reflect Category Color #741

Closed TheBrokenRail closed 5 years ago

TheBrokenRail commented 5 years ago

Fixes

Fixes #296

How

This sets the color using the background tint with a mode of OVERLAY and the selected tab image was changed to gray-scale so the tint affects it.

Example

screenshot_1533329013


This change is Reviewable