3

I want to display tick mark on discrete seekbar for api lower then 24 , i am able to show tick mark on an above api 24 because the attribute ,

android:tickMark="@drawable/tickmark"

is introduced in API 24, please help.

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
Sushil Dubey
  • 686
  • 1
  • 5
  • 20

1 Answers1

10

you can use app:tickMark instead of android:tickMark

nullpexx
  • 127
  • 4
  • 11