views:

11

answers:

1

I am trying to use a gradient divider in my simple listview. But it simply will not work.

Divider xml

Layout xml

    <ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" 
    android:id="@+id/masthead_image" android:layout_gravity="center_horizontal" 
    android:src="@drawable/tavi_mh_copy">
    </ImageView>

Divider Xml

A: 

Hello,

This is resolved.Not exactly sure why it is working but I recreated the same layout and it started working. Maybe it was the position of the stars or something.

Thanks everyone, Droidment

droidment