Reputation: 1536
I am creating custom keyboard in android. I have read the documentation and also this. I am referring to SoftKeyboard example. My problem is when I try to show keyboard with black color on key text the key shows with faded effect on key text. Please suggest me how do I remove this fad effect on text in keyboard. Thanks in advance.
Upvotes: 2
Views: 117
Reputation: 1536
I have resolved the issue by adding line
android:shadowRadius="0.0"
in my keyboard layout.
Upvotes: 2