I'm trying to make my app look good on ICS devices.
I added the targetSDKVersion=11 and the Holo style to the manifest. This works as expected and my app gets the dark holo style on ICS devices now.
But there is a problem that edittexts and buttons still have their black text. Buttons are hard to read but for edittexts it is even worse. They now have a black background and black text.
I suggest that B4A will set the default text color to the system default color.
Another strange thing is that if I explicitly set Holo theme in Manifest editor with
I get the Holo Theme in my app but all multiline labels aren't multiline anymore. The whole text gets displayed in one line. Don't know if this is an emulator bug. I don't have a real ICS device.
I added the targetSDKVersion=11 and the Holo style to the manifest. This works as expected and my app gets the dark holo style on ICS devices now.
But there is a problem that edittexts and buttons still have their black text. Buttons are hard to read but for edittexts it is even worse. They now have a black background and black text.
I suggest that B4A will set the default text color to the system default color.
Another strange thing is that if I explicitly set Holo theme in Manifest editor with
B4X:
SetApplicationAttribute(android:theme, "@android:style/Theme.Holo")
I get the Holo Theme in my app but all multiline labels aren't multiline anymore. The whole text gets displayed in one line. Don't know if this is an emulator bug. I don't have a real ICS device.