Over State not shown on Android

I have the following code in my App:

myList = tableView.newList{  
 data=myData,  
 default="images/listItemBg.png",  
 over="images/listItemBg\_over.png",  
 onRelease=listButtonRelease,  
 top=top,  
 bottom=bottom  
end  

Problem is, that in the Simulator the “over State” Image is shown. When Builiding for Iphone/Ipad it works too. When I build it for Android only the “default” Image is shown, no “over State”. Do I have to give it another name for Android ? Or any other hint?

thanx in advance
[import]uid: 57755 topic_id: 10403 reply_id: 310403[/import]