i have a problem. First check my code:
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_selected="true" android:color="@color/clickedtext" />
<item android:state_pressed="true" android:color="@color/clickedtext" />
<item android:color="@color/defaulttext" />
</selector>
Here, defaulttext color appears at default state. When i clicked, text color in the listitem changes. But color of the text does not change when an item selected.
I tried some stuff, but i cannot handle this problem. What should i do ?