文件名称:Android代码-A simple spannable string helper
文件大小:1.35MB
文件格式:ZIP
更新时间:2022-08-25 20:35:35
Android代码
SimpleText This libary aims to simplify the creation of spannable string. Features [x] long click event [x] bind an object with the clicked text [x] click event (with pressed color state) [x] text background (with round corner) [x] text color [x] text size [x] text style (bold, italic) [x] url [x] text font [x] strikethrough [x] underline [x] subscript [x] superscript Installation In your app level build.gradle : dependencies { compile 'com.jaychang:simpletext:2.0.1' } Usage Step 1: M
【文件预览】:
SimpleText-master
----gradlew(5KB)
----settings.gradle(27B)
----SimpleText_v1_2_0.gif(1.35MB)
----library()
--------src()
--------.gitignore(1KB)
--------build.gradle(966B)
--------proguard-rules.pro(666B)
----CHANGLOG.md(386B)
----LICENSE(11KB)
----gradle()
--------dependencies.gradle(550B)
--------wrapper()
----README.md(4KB)
----gradlew.bat(2KB)
----gradle.properties(730B)
----.gitignore(1KB)
----app()
--------src()
--------.gitignore(1KB)
--------build.gradle(702B)
--------proguard-rules.pro(666B)
----build.gradle(618B)