Hello.
I've question about change text colors in ListView.
I want make app, where on Android 2.x.x text in ListView is white on black background and on Android 4.x is black on light background (Holo Light).
Line in manifest
change all controls without ListView (without background letter are not visible).
How can do it?
I've question about change text colors in ListView.
I want make app, where on Android 2.x.x text in ListView is white on black background and on Android 4.x is black on light background (Holo Light).
Line in manifest
B4X:
SetApplicationAttribute(android:theme,"@android:style/Theme.Holo.")
How can do it?