Android List view color change -


i having list view in wanna change color when user clicks or scroll down on list.. included listselector in xml attributes not working.. there way color change when list scroll down..

my code :

<listview      android:id="@+id/allcity"      android:listselector="@drawable/list"     android:cachecolorhint="#00000000"      android:layout_width="fill_parent"      android:layout_height="fill_parent"  /> 

where drawable/list blue background image..


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -