I have tried it out with:
and color value is inside colors.xml:
#C60202
And its working fine and displaying Divider color as red with 1dip height.
Update:
Just check your listview layout, you have mentioned 1px for layout_width
and layout_height
and you are setting 4px for the dividerHeight
.