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.nnTo add Icons to tabsnHi this solution posted by Arvi. nin MainActivity.java file after tabLayout.setupWithViewPager(mViewPager); nadd below lines:n tabLayout.getTabAt(0).setIcon(R.drawable.image_name_1);n tabLayout.getTabAt(1).setIcon(R.drawable.image_name_2);n tabLayout.getTabAt(2).setIcon(R.drawable.image_name_3);