* Adding Color Themer for Textfields.
* We have to keep the old API around, and deprecated after releasing the new version.
* fixing indentions.
* Importing the needed headers instead of forward declaration, documenting the deprecation and suggested methods to use.
* Filled text field example is updated to style the textfield with the semantic color scheme.
TextFieldColorThemer should be able to theme any MDCTextInput.
* fixed couple of method name change updates.
* Adding Color Themer for Textfields.
* We have to keep the old API around, and deprecated after releasing the new version.
* fixing indentions.
* Importing the needed headers instead of forward declaration, documenting the deprecation and suggested methods to use.
* Filled text field example is updated to style the textfield with the semantic color scheme.
TextFieldColorThemer should be able to theme any MDCTextInput.
* fixed couple of method name change updates.
* Revert "fixed couple of method name change updates."
This reverts commit 9e0ef0f2eb08026e05b1f182aab6b4dc84fa766b.
* Revert "Revert "fixed couple of method name change updates.""
This reverts commit bda6b13ff979811bd1eccc6ef365dd273fed007b.
* fixing breaking tests.
* fix warnings for .count in Swift strings and duplicate images in Asset folders, also give the Extension target all icons
* update project settings to recommended ones
* [TextFields] Removes ambiguous layout.
* [TextFields] Better code organization and comment.
* [TextFields] Adding a filled in field to the examples.
* [TextFields] Correcting placeholder not rising when text is set programatically. Also better naming.
* [TextFields] Giving examples of each floating style a set .text.
* [TextFields] Adding placeholder float test.