Include this script into your page along with the iframe for a responsive media embed
This Tutorial Shows Creating Swipe Tabs by using Tabbed Activity in Android Studio. And how to modify existing Tabbed Activity template to create custom Tabs in Android Application. Creating Swipe Views with Tabs by following this tutorial will be very easy process. To add Icons to tabs Hi this solution posted by Arvi. in MainActivity.java file after tabLayout.setupWithViewPager(mViewPager); add below lines: tabLayout.getTabAt(0).setIcon(R.drawable.image_name_1); tabLayout.getTabAt(1).setIcon(R.drawable.image_name_2); tabLayout.getTabAt(2).setIcon(R.drawable.image_name_3);