diff --git a/README.md b/README.md index f52c63e..5e4a5c9 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ **实现类似微博内容,@用户,链接高亮,@用户和链接可点击跳转,可展开和收回的TextView。觉得好用别忘了star哦,你的star是对我最大的激励** ### 更新日志 ++ 2018-09-28 09:37:28 更新,优化了将"展开"和"收回"固定最右显示时中间空格数量的计算方式,依赖版本请使用tag版本v1.5.1,[查看说明](#新特性额外说明) + ``` + implementation 'com.github.MZCretin:ExpandableTextView:v1.5.1' + ``` + + 2018-09-27 09:18:14 更新 + 修复了不添加事件监听,点击链接会直接打开百度页面; + 在demo中添加自定义设置显示文本的功能,您可以自己设置需要显示的文本,然后查看对应的显示效果; diff --git a/extra/demo.apk b/extra/demo.apk index 92a0e2a..b5082d4 100644 Binary files a/extra/demo.apk and b/extra/demo.apk differ