android.support.design.widget.TabLayout

来源:互联网 发布:vscode支持xp吗 编辑:程序博客网 时间:2024/05/17 02:19
更多细节
 https://segmentfault.com/a/1190000003500271
<android.support.design.widget.TabLayout            android:id="@+id/id_tablayout"            android:layout_width="match_parent"            android:layout_height="wrap_content"            app:tabGravity="fill"            app:tabIndicatorColor="@color/main_white" />
 https://segmentfault.com/a/1190000003500271
0 0