JavaNoober / BackgroundLibrary

A framework for directly generating shape through Tags, no need to write shape.xml again(通过标签直接生成shape,无需再写shape.xml)
Apache License 2.0
3.86k stars 469 forks source link

如何适配16以下的api? #48

Closed adwilme110 closed 5 years ago

adwilme110 commented 5 years ago

在API16以下,没有setColors()和setOrientation()方法,您有好的做法适配吗?

JavaNoober commented 5 years ago

暂时没有。。我这个库也必须16以上才能使用

adwilme110 commented 5 years ago
font{
    line-height: 1.6;
}
ul,ol{
    padding-left: 20px;
    list-style-position: inside;
}

    我这边已经适配好了 支持低版本的

    font{
        line-height: 1.6;
    }

    font{
        line-height: 1.6;
    }

    font{
        line-height: 1.6;
    }

赵振         Edison.ZhaoAndroid研发工程师     Android R&D Engineer 中国上海市静安区铜仁路299号sohu东海广场46楼4601室Room 4601, 46th Floor, Sohu Donghai Plaza, No.299 Tongren Road, Jing’an District, Shanghai, China电话(Tel):  86-21-54655576手机(Mobile):  18616744408网址(Web):  www.parentschat.com邮箱(E-mail):  zhen.zhao@parentschat.com

在2018年11月30日 09:27,javaKepp<notifications@github.com> 写道: 

暂时没有。。我这个库也必须16以上才能使用

—You are receiving this because you modified the open/close state.Reply to this email directly, view it on GitHub, or mute the thread.

JavaNoober commented 5 years ago

你是如何适配的,替换了部分方法吗

adwilme110 commented 5 years ago
    api版本过低的情况下没有set方法,是要在实例化的情况下把方向和渐变色传进去,需要注意的是,如果调用setColor(),colors也就是渐变色会被置空