Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

ListView Divider becomes background on 2.3.7 #793

Open
bazted opened this issue Feb 24, 2014 · 1 comment
Open

ListView Divider becomes background on 2.3.7 #793

bazted opened this issue Feb 24, 2014 · 1 comment
Assignees

Comments

@bazted
Copy link
Contributor

bazted commented Feb 24, 2014

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 pushed a commit that referenced this issue Feb 24, 2014
@Prototik
Copy link
Owner

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

@Prototik Prototik self-assigned this Feb 24, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants