Custom Tab Indicator(With Arrow down like Indicator)

前端 未结 3 1034
青春惊慌失措
青春惊慌失措 2020-12-09 10:26

Is there a wat to make a indicator like this?
it has some pointed arrow down like in the selected item?

3条回答
  •  情话喂你
    2020-12-09 10:50

    now it doesn't work, tintmanager class is removed from support library 23.2.0 , I managed same functionality by changing background drawable at runtime inside for loop detecting clicked position , PS : check this question and answer I am using same library : https://github.com/astuetz/PagerSlidingTabStrip/issues/141

提交回复
热议问题