ListView Mod and General Highlights Question

pixelpop

Active Member
Licensed User
Longtime User
I have a couple of questions:

1. Can the divider width and color be modified in ListView as it can in CustomListView? The reason I ask is that I need to add two lines per list index, but each line needs different attributes (font size, color, etc.). ListView allows me to do this, but the divider properties aren't exposed, and the divider properties are exposed in CustomListView but it only accepts a single line of text (or multiple lines broken with CRLF).

2. In every "click" action I have tested (buttons, lists, etc.) the highlight color when the click is performed is the same (on my emulator it is an orange-yellow color with some level of opacity). Is this a function of the Android OS or is this accessible as some global variable?

Thanks.
 
Top