Android keyboard has transparent input field

I am using Unity 4.6.1 and I found that the keyboard on some of the android tablets(tested Samsung Galaxy Tab 4) has transparent background and white input text. So if the bacground is white, the users cannot see what they are typing. I was wondering if there is a way to change this. Thanks

You cant,but you can put a texture behind.

If you go in your Plugins/Android folder, you may have an Android Manifest file.
Open it, there you should see the section at the 3rd or 4th line.
It should look a lot like this

Just add android:theme=“@style/UnityThemeSelector” after android:hardwareAccelerated=“true” and it will solve the problem.