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>
<item name="android:textSize">12sp</item>
<item name="android:textStyle">bold</item>
<item name="android:textColor">#FFF</item>
</style>
OR!!
is there something i can check within my App if a button comes focused
so i can highlight em manual?
thanks
chris
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---