Open bazted opened 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:
Screen 4.4.2:
I know that workaround is to create drawable XML. But by the way it is bug.
Bug confirmed.
Hi! I have ListView with custom divider color:
Everything works well on newer Android. But on 2.3.7 and lower ListView changes background into divider color.
Screen 2.3.7:
Screen 4.4.2:
I know that workaround is to create drawable XML. But by the way it is bug.