文本添加超链接
https://github.com/klinker24/Android-TextView-LinkBuilder
Android卡片式折叠交互效果
https://github.com/loopeer/CardStackView
dependencies {
compile 'com.loopeer.library:cardstack:1.0.2'
}
使用aar
repositories {
flatDir {
dirs 'libs' // aar目录
}
}
compile(name: 'a-release', ext: 'aar')