第三方控件FlycoTabLayout的使用

本文介绍了第三方控件FlycoTabLayout在Android开发中的使用,包括SlidingTabLayout、CommonTabLayout和SegmentTabLayout三种类型,并提供了详细的操作步骤,包括添加依赖和XML布局使用。此外,还提供了项目的GitHub链接供进一步参考。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Github传送门
先看效果图在这里插入图片描述
FlycoTabLayout一共有三种tablayout,分别是:
1.SlidingTabLayout
2.CommonTabLayout
3.SegmentTabLayout
从上往下对应效果图上的显示

另外,FlycoTabLayout还有许多属性,具体看下图:或者再进[传送门]查看(https://github.com/H07000223/FlycoTabLayout/blob/master/README_CN.md)
在这里插入图片描述
在这里插入图片描述
使用FlycoTabLayout库还是比较方便的,具体实现步骤如下:
1.添加依赖

    implementation 'com.android.support:support-v4:28.0.0'
    implementation 'com.flyco.tablayout:FlycoTabLayout_Lib:2.1.2@aar'

2.XML布局使用,我这里使用了三种

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    tools:context=".TabLayoutActivity">

    <com.flyco.tablayout.SlidingTabLayout
        android:id="@+id/sliding_tab_layout"
        android:layout_width="match_parent"
        android:layout_height="50dp"
        app:tl_indicator_color="@color/colorAccent"
        app:tl_indicator_corner_radius="30dp"
        app:tl_indicator_style="TRIANGLE"
        app:tl_textSelectColor="@color/colorAccent"
        app:tl_textUnselectColor="@color/colorPrimary"
        app:tl_underline_color="@color/colorPrimaryDark"
        app:tl_underline_gravity="TOP" />

    <View
        android:la
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值