How to change background color in Android application?

Change background color when focused - VB.NET?

  • I need to change the background color of a control when it is focused. I do not to use a timer to test if they are focused and change the color if so, because I have 20+ controls. (All listviews). I am making a calendar like application, with a listview schedule on each day. When the user clicks a day, I want it to be highlighted. Is there an easy way to do with minimum size?

  • Answer:

    I believe there is an "onFocus" - uh - not function - uh - property, is it? - no - event - an "onFocus event" that is triggered when an object gets the focus. If this "onFocus" event is activated for an object, the code for that event is triggered, and you can change any properties of any objects within that event. No - sorry - it's the "GotFocus" event. Sorry about that.

aGruntNa... at Yahoo! Answers Visit the source

Was this solution helpful to you?

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.