I have this code:

<ListView
      android:layout_width="wrap_content"
      android:layout_height="wrap_content"
      android:id="@+id/cashItemsList"
      android:cacheColorHint="#00000000"
      android:divider="@drawable/list_divider"></ListView>

where @drawable/list_divide is:

<shape
  xmlns:android="http://schemas.android.com/apk/res/android";
  android:shape="line">
  <stroke
    android:width="1dp"
    android:color="#8F8F8F"
    android:dashWidth="1dp"
    android:dashGap="1dp" />
</shape>

but I don't see any divider.

help?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to