Android一款通用TextView

效果

1.png

功能

属性 默认值 描述
sm_autoRound false 自动圆角
sm_bgColor 透明 背景色
sm_bgColor_sel 透明 背景色选中状态
sm_roundRadius 0 圆角半径
sm_gradient false 开启渐变色
sm_gradient_orientation TOP_BOTTOM 渐变方向
sm_bgColorFrom 透明 渐变开始颜色
sm_bgColorFromSel 透明 渐变开始颜色选中状态
sm_bgColorTo 透明 渐变结束颜色
sm_bgColorToSel 透明 渐变结束颜色选中状态
sm_textColor BLACK 文本色 同textColor
sm_textColorSel BLACK 文本色 选中状态

导入

allprojects {
        repositories {
        
            maven { url 'https://jitpack.io' }
        }
    }
    
dependencies {
         implementation 'com.github.SmilingBoy:zqlib:v1.0'
}

使用


你可能感兴趣的:(Android一款通用TextView)