Skip to content

ParfoisMeng/ExpandableTextView

Repository files navigation

ExpandableTextView

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


使用

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