Try adding android:dividerHeight="...", where ... is whatever
thickness you want.

On Wed, Oct 20, 2010 at 10:53 AM, oriharel <ori.ha...@gmail.com> wrote:
> 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 android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 3.0.1 Available!

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

Reply via email to