When my text input appears on device it overlaps all my UI. However I read that it's possible to adjust my manifest to something like this to force the UI to Resize when the keyboard appears..
<activity
android:name="com.example.myactivity"
android:windowSoftInputMode="adjustResize" />
My question is: How can I adjust the manifest for a C3 build and will this even work?
Additionally, while I'm on the subject of changing the keyboard behaviour. How on earth do I get a 'Clear All' button to appear in the numbers keypboard..there is only a button to delete one character at a time which seems a bit strange.
Thanks