android magicindicator 万能的指示栏框架学习
1.打造一个项目上要求实现的带圆角的,有图片的底部跳转tab:结合这2个框架里面的对象使用:CommonNavigator+ CommonPagerTitleView 二话不说先上效果图。 xml布局:1.simple_pager_title_layout.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center" android:orientation="vertical" android:paddingLeft="10dp" android:paddingRight="10dp"> <ImageView android:id="@+id/title_img" android:layout_width="match_parent" android:layout_height="match_parent" android:scaleType="center" android:src="@drawable/tab_icon