Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 16, 2019 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/e4716f5aee3219dd0e5d1df447c69966 to your computer and use it in GitHub Desktop.
Save parzibyte/e4716f5aee3219dd0e5d1df447c69966 to your computer and use it in GitHub Desktop.
private void agregarIconoAUltimoTab() {
TabLayout.Tab tab = tabLayout.getTabAt(viewPager.getAdapter().getCount() - 1);
if (tab != null) {
tab.setIcon(R.drawable.ic_add_white_24dp);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment