AndroidMaterialTabs icon indicating copy to clipboard operation
AndroidMaterialTabs copied to clipboard

Implementing android Tabs using support library.

Results 2 AndroidMaterialTabs issues
Sort by recently updated
recently updated
newest added

@Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); toolbar = (Toolbar) findViewById(R.id.toolbar); setSupportActionBar(toolbar); getSupportActionBar().setDisplayHomeAsUpEnabled(true); // tabLayout = (TabLayout) findViewById(R.id.tabs); // tabLayout.setupWithViewPager(viewPager); viewPager = (ViewPager) findViewById(R.id.viewpager); setupViewPager(viewPager); tabLayout = (TabLayout) findViewById(R.id.tabs);...

Hi, thank you for good examples, the only problem is that in the preview video you show that in example of Icon with text the icon appears to left of...