I have a side navigation menu that I want to be able to utilize the dpad with. I am coding in java. I have xml document for states of the buttons and can’t get the state to show when my dpad is on the item, but not selected (press ok). I can navigate down to the next, state stays same, then press okay and the new screen associated with this tab displays. I want to show the user they are hovered on the next item. How?
Share
Not sure if its different on Google TV, but android:state_focused=”true” should be what you want in your state list.