Prototik / HoloEverywhere

NO LONGER MAINTAINED. DEVELOP FOR 4.X+ DUDE.
MIT License
2.18k stars 607 forks source link

ListView Divider becomes background on 2.3.7 #793

Open bazted opened 10 years ago

bazted commented 10 years ago

Hi! I have ListView with custom divider color:

 <ListView xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/list"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:dividerHeight="1dp"
    android:divider="#C60202"/>

Everything works well on newer Android. But on 2.3.7 and lower ListView changes background into divider color.

Screen 2.3.7: red_list

Screen 4.4.2: bormal_list

I know that workaround is to create drawable XML. But by the way it is bug.

Prototik commented 10 years ago

Bug confirmed. screenshot from 2014-02-24 20 26 19