Search This Blog

Tuesday, July 11, 2017

Tạo customer tab

private void createHomeIcons() {

    View view = LayoutInflater.from(this).inflate(R.layout.custom_tab, null);

    tabLayout.getTabAt(0).setCustomView(view);



}

No comments:

Post a Comment