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.
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.
you can use app:tickMark instead of android:tickMark