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

On 16 December 2009 04:27, NoraBora <[email protected]> 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 [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

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