If my manifest contains:
AddManifestText(
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="14"/>
...
SetApplicationAttribute(android:theme, "@android:style/Theme.Holo")
my strings are no longer displayed on several lines in labels (only one line). If I remove the Holo style, all is back to normal.
EDIT: I forgot to mention I was under Gingerbread.
AddManifestText(
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="14"/>
...
SetApplicationAttribute(android:theme, "@android:style/Theme.Holo")
my strings are no longer displayed on several lines in labels (only one line). If I remove the Holo style, all is back to normal.
EDIT: I forgot to mention I was under Gingerbread.
Last edited: