alphamu / PinEntryEditText

An EditText that looks like a pin entry field. It is highly customisable and even animated text.
Apache License 2.0
670 stars 137 forks source link

Text size increases in case of Masked Characters for Chinese language #53

Open mayankjain95 opened 5 years ago

mayankjain95 commented 5 years ago

I am using

android:inputType="numberPassword"

When I change the device language to Chinese or Japanese, the bullet size automatically increases. And the size becomes normal when I change the language to English. Is there any workaround for this?