use some drawable (e.g. 1 pixel png) instead, then it works

On 16 December 2009 04:27, NoraBora <noranb...@gmail.com> wrote:
> This is my ExpandableListView
>
> <ExpandableListView android:id="@+android:id/list"
>        android:layout_width="fill_parent"
>        android:layout_height="wrap_content"
>        android:listSelector="@android:color/transparent"
>        android:groupIndicator="@null"
>        android:dividerHeight="2px"
>        android:divider="@color/my_list_divider_color"   (#FFFF0000)
>        android:childDivider="@color/
> my_list_child_divider_color"   (#FF00FF00)
> />
>
> When I execute this in emulator, green(childDivider color) is all over
> the place.
>
> It seems if childDivider is ColorDrawable, it has no bound.
>
> Is this a bug or intented?
>
> --
> 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

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