2

Leanback internally is using some default colors and attr.I want to override it .Is it possible if yes how can do it ?

Basically these attribures I want to override attr name="playbackProgressPrimaryColor" format="reference|color" attr name="playbackControlsIconHighlightColor" format="reference|color"

prit
  • 643
  • 7
  • 21

1 Answers1

0

either you can override the default resources coping to your values. or you can also change by creating a new style for them. I suggest you create styles as overriding might get you in problems in future

A_rmas
  • 784
  • 2
  • 10
  • 26