Ejemplo n.º 1
0
 @Override
 protected void updateTabCountVisuals(int numberOfTabs) {
   mAccessibilitySwitcherButton.setContentDescription(
       getResources()
           .getString(R.string.accessibility_toolbar_btn_tabswitcher_toggle, numberOfTabs));
   mTabSwitcherButtonDrawable.updateForTabCount(numberOfTabs, isIncognito());
   mTabSwitcherButtonDrawableLight.updateForTabCount(numberOfTabs, isIncognito());
 }