IOS style password control on Android

A while ago I came across a kind of weird requirement by an IOS biased client :P, he wanted to have a control which looks like an IOS lock screen password field.

                                     VS246

Since there is no control available in Android of this kind, I decided to create a compound component using a hidden EditText underneath other layouts. Continue reading