Search code examples
androidindicatorandroid-optionsmenu

How to implement indicator for OptionMenuItem?


I want to set indicator for OptionMenuItem like right image. Please help me enter image description here


Solution

  • The image to the right is likely to be a TabHost that provides these indicators out of the box.

    If you want to use a ViewPager instead you might want to look at the ViewPagerIndicator library.