Searched refs:stopwatchTab (Results 1 – 1 of 1) sorted by relevance
124 final Tab stopwatchTab = mTabLayout.newTab(); in createTabs() local125 stopwatchTab.setIcon(R.drawable.ic_tab_stopwatch) in createTabs()127 mTabsAdapter.addTab(stopwatchTab, StopwatchFragment.class, STOPWATCH_TAB_INDEX); in createTabs()