xml - Android: SeekBar - downward compatibility of colorAccent -
when try change color of seekbar via ...tint, tells me available api 21 up.
my question is: devices under api 21 show seekbar in color defined under "coloraccent" or there single standart color used in cases? if yes, if change color applying alternative style has desired color "coloraccent", work on devices under api 21?
will devices under api 21 show seekbar in color defined under "coloraccent" or there single standart color used in cases?
yes , if activity extends appcompatactivity , if theme have parent appcompat theme , handle version support.
if yes, if change color applying alternative style has desired color "coloraccent", work on devices under api 21
this way do, create custom style seekbar , apply it. can test emulator in android studio.
hope helps.
Comments
Post a Comment