Change listview text colors (2.x.x - white, 4.x - black)

Krzy256

New Member
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
B4X:
SetApplicationAttribute(android:theme,"@android:style/Theme.Holo.")
change all controls without ListView (without background letter are not visible).

How can do it?
 
Top