- Home /
How do I update the Android Native Styles?
I'm working on a game that may be featured on the Google Play Store, but the featuring requires that our UI styles are up to date.
Our Unity text input boxes look like this:
But it should look like this:
What can I do to update the style?
This is on Unity 2017.4.3
those textbox are based on android native keyboard app and theme not Unity keyboard.
Other solution is calling native java using this. So good luck googling some magical java static function
Your answer

Follow this Question
Related Questions
Access native android iOS SDK 0 Answers
Problems about GUI fontsize 1 Answer
Writing int values to the texts, but its not working on phone 1 Answer
Win32Exception Native error= The system cannot find the file specified. 2 Answers
Normal map is not working with Unity 5 when Low-level Native Plugin Interface is used 0 Answers