I am using PlaybackOverLayFragment in Android Tv for playback controls.I want to change the background color when particular icons are selected.But not able to find any public methods to do .Below I have attach the image for clarity.See the playicon background image i.e what I want to change to some other color.
Asked
Active
Viewed 964 times
0
-
So you're looking to change the background selection color from the lighter purple to some other color entirely? – Nick Felker Aug 16 '16 at 21:11
-
Actually its not light purple its white color with some transparency.But yes that thing only I want to change may be something to green. – prit Aug 16 '16 at 21:15
1 Answers
2
I'm going to share the answer Dake gave in the G+ Android TV Developers community just as a reference for anyone else wondering the same thing.
You can override the focusable resource in your app res/drawable-v21/lb_control_button_primary.xml
Or, even simpler, you can override the color @color/lb_control_button_color

Nick Felker
- 11,536
- 1
- 21
- 35