hi,

here is my code that i am using it for listview.
                <ListView
                        android:id="@+id/android:list"
                        android:layout_width="fill_parent"
                        android:layout_height="fill_parent"
                        android:divider="@color/grey"
                        android:dividerHeight="1px"
                        android:cacheColorHint="@android:color/transparent"/>

i want that when there is focus on any row  it should be transparent
means user can read the listitem data when focus is on the listitem.

i am using customlistview in which there is one row.xml and other
containing listview.

thankx

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