guruk wrote: > Hi, > i have a set of buttons. Usualy i can also move between em also with > my trackball. > But now I have set styles on my buttons and I dont see anymore if a > button is focused. > What can I do, is there a specific Styles Tag that I can use > till now i use: > > <style name="DoorButton"> > <item name="android:background">#666666</item>
The focus ring is part of the background. Since you overrode the background, you lose the focus ring. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android 1.5 Programming Books: http://commonsware.com/books.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

