My app has a bunch of buttons in it. The app runs on an Amazon Firestick, so it uses the remotes "D-Pad" to navigate among the buttons.
When a button gets the "focus", it changes color (hilights). But the color change from normal button background to hilight background is very small and hard to notice.
I want to make the difference between the button's normal background color and "focus" background color have more contrast so its real easy to see which button has the focus.
I am hoping this can be done via a theme in the manifest instead of having to add code in each buttons "Got_Focus" event.
But I can't figure out how to do this - I have no idea what the name of that color attribute is.
Any help will be greatly appreciated.
When a button gets the "focus", it changes color (hilights). But the color change from normal button background to hilight background is very small and hard to notice.
I want to make the difference between the button's normal background color and "focus" background color have more contrast so its real easy to see which button has the focus.
I am hoping this can be done via a theme in the manifest instead of having to add code in each buttons "Got_Focus" event.
But I can't figure out how to do this - I have no idea what the name of that color attribute is.
Any help will be greatly appreciated.
Last edited: