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

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -