ParfoisMeng / ExpandableTextView

仿微信朋友圈可以全文/收起的TextView。

Home Page:https://github.com/ParfoisMeng/ExpandableTextView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExpandableTextView

仿微信朋友圈可以全文/收起的TextView。


使用

  • 引用类库 *请将last-version替换为最新版本号
    // 1.添加jitpack仓库
    allprojects {
        repositories {
            ...
            maven { url 'https://jitpack.io' }
        }
    }
    // 2.添加项目依赖(last-version替换为最新版本号)
    dependencies {
        implementation 'com.github.ParfoisMeng:ExpandableTextView:last-version'
    }

About

仿微信朋友圈可以全文/收起的TextView。

https://github.com/ParfoisMeng/ExpandableTextView

License:MIT License


Languages

Language:Kotlin 100.0%