- Home /
Question by
WonderWorkshop · Feb 24, 2015 at 03:45 AM ·
androidkeyboard input
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
screenshot-2015-02-24-02-39-28.png
(82.7 kB)
Comment
Answer by Amethyst_yao · Dec 06, 2017 at 02:45 AM
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.
Your answer
