google / blockly-android

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

Smarter Solution to #739 #770

Closed TheBrokenRail closed 5 years ago

TheBrokenRail commented 5 years ago

This automatically calculates a minimum height instead of hard coding it.

It also fixes a bug where if you scrolled the category tabs, and selected one, the old one would still look like it was selected when you scrolled back to it.


This change is Reviewable