On May 1, 7:38 am, javame_android <su...@softwebsolutions.com> wrote:
> Hi,
>
> I have a listview in which there should be different divider height
> between different rows. So, how can we set the divider height
> dynamically?
>
> Suppose, I have 10 rows and there should be a divider height of 5
> between first 2 rows and then there should be a divider height of 1
> between next 5 rows and so on.
>
> Can someone let me know the way of doing this?
>
>

disable ListView's divider and implement it in your Adapter
(getView())

pskink

-- 
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