【android】TabLayout如何使用 常用TabLayout属性配置

       <android.support.design.widget.TabLayout
        android:id="@+id/tab_layout"
        android:layout_width="match_parent"
        android:layout_height="39dp"
        app:tabIndicatorColor="@color/color_20b18b"
        app:tabIndicatorFullWidth="false"
        app:tabSelectedTextColor="@color/color_20b18b"
        app:tabTextColor="@color/color_333333"
        app:tabMode="scrollable" />
发布了73 篇原创文章 · 获赞 30 · 访问量 10万+

猜你喜欢

转载自blog.csdn.net/yonghuming_jesse/article/details/97391713