TabLayout icon indicating copy to clipboard operation
TabLayout copied to clipboard

TabLayout extract from Android Design Library for who do not want to import Android Design Library .

Results 1 TabLayout issues
Sort by recently updated
recently updated
newest added

``` /** * Returns the position of the current selected tab. * * @return selected tab position, or {@code -1} if there isn't a selected tab. */ public int getSelectedTabPosition()...