Change the UIImageRenderingMode for tab icons from "AlwaysOriginal" to "Automatic." This will allow icon images to inherit the `selectedColor` specified for the tabview (eliminating the need to provide two versions of every tab icon).
* LayoutParams are no longer overriden with CommonLayoutParams * Small code refactoring to get intellisense
Resolves #2121