7 messages in com.googlegroups.android-beginnersRe: [android-beginners] Change defaul...
FromSent OnAttachments
lavanyaMar 19, 2008 7:55 am 
Megha JoshiMar 19, 2008 3:01 pm 
lavanyaMar 20, 2008 2:20 am 
Megha JoshiMar 20, 2008 7:07 pm 
lavanyaMar 20, 2008 8:32 pm 
Kevin WuMar 24, 2008 11:16 pm 
Kevin WuMar 24, 2008 11:18 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [android-beginners] Change default color of focus from orange to green?Actions...
From:Megha Joshi (mjo@google.com)
Date:Mar 19, 2008 3:01:44 pm
List:com.googlegroups.android-beginners

Hi Lavanya,

You can use the ColorStateList class to map your view's focused state to green color. See the API reference for ColorStateList: http://code.google.com/android/reference/android/graphics/ColorStateList.html

Thanks, Megha

On Wed, Mar 19, 2008 at 7:55 AM, lavanya <lava@gmail.com> wrote:

When an imageview or a ListAdapter item is in focus the default color of the 'focus' is orange.Is there any way I can change this to some other color-say Green?