Is there any way to achieve like below image? I have an EditText and i want InputType is always Caps. I tried using this
android:inputType="textCapCharacters"
its working fine but when i press top Arrow icon from softkeyboard(shown in below image) and start typing text will be in small character. Is there any way to Disable the top arrow key?
Thanks
