I am experimenting a bit with ICS using the emulator.
I have included the following statement in Manifest.xml:
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="14"/>
Two questions in this regard:
1) how can I disable the automatic spellchecking (and the underlining of wrongly spellt words) in editTexts. I found this but I don't know where to put it in the manifest.xml:
android:inputType="textNoSuggestions"
Is it possible to disable spellchecking for some editTexts and leave others with spellchecking enabled?
2) Is it possible to get rid of the application-icon which ICS put at the top of each screen? It consumes a lot of vertical space
Thanks!
I have included the following statement in Manifest.xml:
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="14"/>
Two questions in this regard:
1) how can I disable the automatic spellchecking (and the underlining of wrongly spellt words) in editTexts. I found this but I don't know where to put it in the manifest.xml:
android:inputType="textNoSuggestions"
Is it possible to disable spellchecking for some editTexts and leave others with spellchecking enabled?
2) Is it possible to get rid of the application-icon which ICS put at the top of each screen? It consumes a lot of vertical space
Thanks!