views:

22

answers:

1

I'm trying to customize my buttons in my view a bit and give them my own look. Whenever I set a picture as a background so that the button looks different though, I seem to lose my cursor. I can use my trackball to go through the items still but when I come to one of my custom buttons the cursor does not show. I have the same problem with some TextViews that I made clickable. Any ideas?

A: 

I am assuming you are talking about the ListView. Have a look at this video starting from 27:15.

Hope this helps.

Sameer Segal
I'm not using a list view but thanks for the video. It may come in handy at another time. I'm using buttons and text views on top of a relative layout. Doing something with the selector view as mentioned in the video may be what I need. I'll look into it. I have already tried setting the cursor to true though and that didn't work so well see.
Joshua Sutherland
Ya. thats not working because I'm not using a ListView.
Joshua Sutherland