Reputation: 1110
I am working on a keyboard and it shows grey shadow behind the text in the keyboard. how to remove that grey shadow behind the key.
Upvotes: 1
Views: 330
Reputation: 21
It will be better to have the XML or code. But try using android:shadowColor="@android:color/transparent"
in your edittext view.
Upvotes: 1