private void createHomeIcons() { View view = LayoutInflater.from(this).inflate(R.layout.custom_tab, null); tabLayout.getTabAt(0).setCustomView(view); }
No comments:
Post a Comment